mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
Adjust YAML files (#10233)
Adjust YAML files.
(cherry picked from commit eaa5e07b28
)
This commit is contained in:
parent
e8ff74f077
commit
a9e892952d
244 changed files with 7272 additions and 7329 deletions
|
@ -21,7 +21,7 @@
|
|||
- name: Test if state and value are required together
|
||||
assert:
|
||||
that:
|
||||
- "'following are missing: value' in missing_value['msg']"
|
||||
- "'following are missing: value' in missing_value['msg']"
|
||||
|
||||
- name: Change value of AppleMeasurementUnits to centimeter in check_mode
|
||||
osx_defaults:
|
||||
|
@ -36,7 +36,7 @@
|
|||
- name: Test if AppleMeasurementUnits value is changed to Centimeters in check_mode
|
||||
assert:
|
||||
that:
|
||||
- measure_task_check_mode.changed
|
||||
- measure_task_check_mode.changed
|
||||
|
||||
- name: Find the current value of AppleMeasurementUnits
|
||||
osx_defaults:
|
||||
|
@ -68,7 +68,7 @@
|
|||
- name: Test if AppleMeasurementUnits value is changed to {{ new_value }}
|
||||
assert:
|
||||
that:
|
||||
- change_value.changed
|
||||
- change_value.changed
|
||||
|
||||
- name: Again change value of AppleMeasurementUnits to {{ new_value }}
|
||||
osx_defaults:
|
||||
|
@ -82,7 +82,7 @@
|
|||
- name: Again test if AppleMeasurementUnits value is not changed to {{ new_value }}
|
||||
assert:
|
||||
that:
|
||||
- not change_value.changed
|
||||
- not change_value.changed
|
||||
|
||||
- name: Check a fake setting for delete operation
|
||||
osx_defaults:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue