lint fixes

This commit is contained in:
Timo Makinen 2019-05-23 02:35:05 +03:00
parent 650e9c3183
commit 46ccf974f9

View file

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