mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
parent
bc99432f89
commit
eaa5e07b28
247 changed files with 7318 additions and 7375 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue