pf: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-30 16:26:36 +00:00
parent 7c214a7792
commit 73f331291b
2 changed files with 12 additions and 10 deletions

View file

@ -1,4 +1,7 @@
---
- name: reload pf
command: /sbin/pfctl -f /etc/pf.conf
- name: Reload pf
command:
argv:
- /sbin/pfctl
- -f
- /etc/pf.conf