6bdbbfa2ac
Does not yet configure pflog nor does it do anything on Linux.
6 lines
93 B
YAML
6 lines
93 B
YAML
- name: restart pf
|
|
when: is_pf_running.rc == 0
|
|
service:
|
|
name: pf
|
|
state: reloaded
|