We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c656bfd commit 1649a04Copy full SHA for 1649a04
security/main.yml
@@ -148,7 +148,6 @@
148
selinux:
149
policy: targeted
150
state: enforcing
151
- when: ansible_selinux.status == 'enabled'
152
153
- name: Ensure httpd can connect to the network.
154
seboolean:
tests/security.yml
@@ -14,11 +14,6 @@
14
- selinux-policy-targeted
15
state: present
16
17
- - name: Ensure SELinux is enabled in `targeted` mode.
18
- selinux:
19
- policy: targeted
20
- state: enforcing
21
-
22
# Security test.
23
- import_playbook: ../security/main.yml
24
vars:
0 commit comments