[stable-10] Adjust YAML files (#10233) (#10244)

Adjust YAML files (#10233)

Adjust YAML files.

(cherry picked from commit eaa5e07b28)
This commit is contained in:
Felix Fontein 2025-06-15 10:02:03 +02:00 committed by GitHub
commit a9e892952d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
244 changed files with 7272 additions and 7329 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