Cleanup yaml files with incorrect task attrs (#53813)
This commit is contained in:
parent
387bb0adfe
commit
85138a78a8
4 changed files with 4 additions and 4 deletions
|
@ -368,7 +368,7 @@
|
|||
flatten |
|
||||
list |
|
||||
length) == 2
|
||||
msg: "reregistration completed successfully"
|
||||
msg: "reregistration completed successfully"
|
||||
|
||||
always:
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
name: myTarget
|
||||
ping: yes
|
||||
unnamed_discovery: yes
|
||||
check: yes
|
||||
check_mode: yes
|
||||
register: result
|
||||
|
||||
- name: Ensure no change resulted
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
register: hostlist
|
||||
|
||||
- set_fact:
|
||||
host1: "{{ hostlist['json'][0] }}"
|
||||
host1: "{{ hostlist['json'][0] }}"
|
||||
|
||||
- name: host connected, module exists, options exist, arguments different
|
||||
vmware_host_kernel_manager:
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
experiment: kennedy
|
||||
register: result
|
||||
ignore_errors: true
|
||||
labels:
|
||||
tags:
|
||||
- param-check
|
||||
|
||||
- name: "assert failure when param: unknown resource_type"
|
||||
|
|
Loading…
Reference in a new issue