Skip to content

Commit

Permalink
Merge pull request #487 from konstruktoid/sudo
Browse files Browse the repository at this point in the history
similar format
  • Loading branch information
konstruktoid authored Jan 15, 2024
2 parents 74c88f6 + f4ed612 commit 6ce8938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/sudo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- name: Configure sudo logfile
become: true
ansible.builtin.lineinfile:
line: Defaults logfile="/var/log/sudo.log"
line: Defaults logfile=/var/log/sudo.log
dest: /etc/sudoers.d/012_logfile
mode: "0440"
state: present
Expand Down

0 comments on commit 6ce8938

Please sign in to comment.