lint fixes
This commit is contained in:
parent
650e9c3183
commit
46ccf974f9
1 changed files with 2 additions and 2 deletions
|
@ -25,12 +25,12 @@
|
||||||
shell: touch /var/account/acct && accton /var/account/acct
|
shell: touch /var/account/acct && accton /var/account/acct
|
||||||
args:
|
args:
|
||||||
creates: /var/account/acct
|
creates: /var/account/acct
|
||||||
warn: no
|
warn: false
|
||||||
|
|
||||||
- name: enable accounting service
|
- name: enable accounting service
|
||||||
service:
|
service:
|
||||||
name: accounting
|
name: accounting
|
||||||
enabled: yes
|
enabled: true
|
||||||
when: ansible_system == "OpenBSD"
|
when: ansible_system == "OpenBSD"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue