psacct: Remove custom permissions on OpenBSD

This commit is contained in:
Timo Makinen 2023-02-16 07:53:50 +00:00
parent 2944742ac1
commit 16f5035934

View file

@ -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: