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

@ -23,11 +23,11 @@
- assert:
that:
- "xattr_set_result.changed"
- "xattr_get_all_result['xattr']['user.foo'] == 'bar'"
- "not xattr_get_all_result.changed"
- "xattr_get_specific_result['xattr']['user.foo'] == 'bar'"
- "not xattr_get_specific_result.changed"
- "xattr_set_result.changed"
- "xattr_get_all_result['xattr']['user.foo'] == 'bar'"
- "not xattr_get_all_result.changed"
- "xattr_get_specific_result['xattr']['user.foo'] == 'bar'"
- "not xattr_get_specific_result.changed"
- name: Set attribute again
xattr:
@ -39,7 +39,7 @@
- assert:
that:
- "not xattr_set_again_result.changed"
- "not xattr_set_again_result.changed"
- name: Unset attribute
xattr:
@ -55,9 +55,9 @@
- assert:
that:
- "xattr_unset_result.changed"
- "xattr_get_after_unset_result['xattr'] == {}"
- "not xattr_get_after_unset_result.changed"
- "xattr_unset_result.changed"
- "xattr_get_after_unset_result['xattr'] == {}"
- "not xattr_get_after_unset_result.changed"
- name: Unset attribute again
xattr:
@ -69,4 +69,4 @@
- assert:
that:
- "not xattr_set_again_result.changed"
- "not xattr_set_again_result.changed"