mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-08 22:30:04 -07:00
Normalize bools in tests (#5996)
* Normalize bools in tests. * Fix typo.
This commit is contained in:
parent
4c4ef80ca9
commit
24efe9ee9a
182 changed files with 770 additions and 770 deletions
|
@ -28,7 +28,7 @@
|
|||
path: '/tmp/foo/bar(/.*)?'
|
||||
setype: httpd_sys_content_t
|
||||
state: present
|
||||
reload: no
|
||||
reload: false
|
||||
register: first
|
||||
|
||||
- assert:
|
||||
|
@ -41,7 +41,7 @@
|
|||
path: '/tmp/foo/bar(/.*)?'
|
||||
setype: httpd_sys_content_t
|
||||
state: present
|
||||
reload: no
|
||||
reload: false
|
||||
register: second
|
||||
|
||||
- assert:
|
||||
|
@ -54,7 +54,7 @@
|
|||
path: '/tmp/foo/bar(/.*)?'
|
||||
setype: unlabeled_t
|
||||
state: present
|
||||
reload: no
|
||||
reload: false
|
||||
register: third
|
||||
|
||||
- assert:
|
||||
|
@ -67,7 +67,7 @@
|
|||
path: '/tmp/foo/bar(/.*)?'
|
||||
setype: unlabeled_t
|
||||
state: present
|
||||
reload: no
|
||||
reload: false
|
||||
register: fourth
|
||||
|
||||
- assert:
|
||||
|
@ -80,7 +80,7 @@
|
|||
path: '/tmp/foo/bar(/.*)?'
|
||||
setype: httpd_sys_content_t
|
||||
state: absent
|
||||
reload: no
|
||||
reload: false
|
||||
register: fifth
|
||||
|
||||
- assert:
|
||||
|
@ -93,7 +93,7 @@
|
|||
path: '/tmp/foo/bar(/.*)?'
|
||||
setype: unlabeled_t
|
||||
state: absent
|
||||
reload: no
|
||||
reload: false
|
||||
register: sixth
|
||||
|
||||
- assert:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue