pf: ansible-lint fixes
This commit is contained in:
parent
7c214a7792
commit
73f331291b
2 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue