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
|
||||
args:
|
||||
creates: /var/account/acct
|
||||
warn: no
|
||||
warn: false
|
||||
|
||||
- name: enable accounting service
|
||||
service:
|
||||
name: accounting
|
||||
enabled: yes
|
||||
enabled: true
|
||||
when: ansible_system == "OpenBSD"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue