Normalize bools in tests (#5996)

* Normalize bools in tests.

* Fix typo.
This commit is contained in:
Felix Fontein
2023-02-15 22:55:23 +01:00
committed by GitHub
parent 4c4ef80ca9
commit 24efe9ee9a
182 changed files with 770 additions and 770 deletions

View File

@@ -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: