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
|
state: started
|
||||||
when: ansible_system != "OpenBSD"
|
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
|
- name: Turn on accounting
|
||||||
ansible.builtin.shell: touch /var/account/acct && accton /var/account/acct
|
ansible.builtin.shell: touch /var/account/acct && accton /var/account/acct
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue