mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
Adjust YAML files (#10233)
Adjust YAML files.
(cherry picked from commit eaa5e07b28
)
This commit is contained in:
parent
e8ff74f077
commit
a9e892952d
244 changed files with 7272 additions and 7329 deletions
|
@ -70,7 +70,7 @@
|
|||
- name: "assert that creation worked"
|
||||
assert:
|
||||
that:
|
||||
- result is changed
|
||||
- result is changed
|
||||
|
||||
|
||||
# Updating a template
|
||||
|
@ -123,7 +123,7 @@
|
|||
- name: "assert that it updated the template"
|
||||
assert:
|
||||
that:
|
||||
- result is changed
|
||||
- result is changed
|
||||
|
||||
- name: "Update an existing TEMPLATE with the same changes again"
|
||||
one_template:
|
||||
|
@ -173,7 +173,7 @@
|
|||
- name: "assert that there was no change"
|
||||
assert:
|
||||
that:
|
||||
- result is not changed
|
||||
- result is not changed
|
||||
|
||||
|
||||
# Deletion of templates
|
||||
|
@ -195,7 +195,7 @@
|
|||
- name: "assert that there was no change"
|
||||
assert:
|
||||
that:
|
||||
- result is not changed
|
||||
- result is not changed
|
||||
|
||||
- name: "Delete an existing TEMPLATE"
|
||||
one_template:
|
||||
|
@ -214,7 +214,7 @@
|
|||
- name: "assert that there was a change"
|
||||
assert:
|
||||
that:
|
||||
- result is changed
|
||||
- result is changed
|
||||
|
||||
|
||||
# Usage without `template` parameter
|
||||
|
@ -232,7 +232,7 @@
|
|||
- name: "assert that it failed because template is missing"
|
||||
assert:
|
||||
that:
|
||||
- result is failed
|
||||
- result is failed
|
||||
|
||||
|
||||
# TEARDOWN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue