mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
@ -60,7 +60,7 @@
|
||||||
name: myTarget
|
name: myTarget
|
||||||
ping: yes
|
ping: yes
|
||||||
unnamed_discovery: yes
|
unnamed_discovery: yes
|
||||||
check: yes
|
check_mode: yes
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
- name: Ensure no change resulted
|
- name: Ensure no change resulted
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
experiment: kennedy
|
experiment: kennedy
|
||||||
register: result
|
register: result
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
labels:
|
tags:
|
||||||
- param-check
|
- param-check
|
||||||
|
|
||||||
- name: "assert failure when param: unknown resource_type"
|
- name: "assert failure when param: unknown resource_type"
|
||||||
|
|
Loading…
Add table
Reference in a new issue