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 a1a439d commit 1ff939dCopy full SHA for 1ff939d
.travis.yml
@@ -11,4 +11,4 @@ install:
11
12
script:
13
- ansible-playbook --syntax-check spec/travis.yml
14
- - ansible-playbook --sudo -v --diff spec/travis.yml --skip-tags "sysctl"
+ - ansible-playbook --sudo -v --diff spec/travis.yml --skip-tags "sysctl" --extra-vars "os_security_users_allow=change_user"
roles/ansible-os-hardening/tasks/minimize_access.yml
@@ -15,4 +15,4 @@
15
16
- name: change su-binary to only be accessible to user and group root
17
file: dest='/bin/su' owner=root group=root mode=0750
18
- when: security_users_allow|default(None) != None
+ when: os_security_users_allow != None
0 commit comments