mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
parent
bc99432f89
commit
eaa5e07b28
247 changed files with 7318 additions and 7375 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