1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update admin-user.yml

This commit is contained in:
A Holt 2017-12-07 11:33:33 -05:00 committed by GitHub
parent e14a3b7830
commit b537ee182f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@
- name: Have sudo log all commands it handles
lineinfile:
regexp: logfile
line: 'Defaults logfile = /var/log/sudo.log'
line: "Defaults logfile = /var/log/sudo.log"
dest: /etc/sudoers
state: present