mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Cleanup yaml files with incorrect task attrs (#53813)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user