psacct: Remove custom permissions on OpenBSD
This commit is contained in:
parent
2944742ac1
commit
16f5035934
1 changed files with 0 additions and 9 deletions
|
@ -12,15 +12,6 @@
|
|||
state: started
|
||||
when: ansible_system != "OpenBSD"
|
||||
|
||||
- name: Create /var/account
|
||||
ansible.builtin.file:
|
||||
state: directory
|
||||
path: /var/account
|
||||
mode: 0750
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
when: ansible_system == "OpenBSD"
|
||||
|
||||
- name: Turn on accounting
|
||||
ansible.builtin.shell: touch /var/account/acct && accton /var/account/acct
|
||||
args:
|
||||
|
|
Loading…
Add table
Reference in a new issue