Adjust YAML files (#10233)

Adjust YAML files.
This commit is contained in:
Felix Fontein 2025-06-15 09:13:16 +02:00 committed by GitHub
commit eaa5e07b28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
247 changed files with 7318 additions and 7375 deletions

View file

@ -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