aboutsummaryrefslogtreecommitdiffstats
path: root/roles/pf/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pf/tasks/main.yml')
-rw-r--r--roles/pf/tasks/main.yml12
1 files changed, 2 insertions, 10 deletions
diff --git a/roles/pf/tasks/main.yml b/roles/pf/tasks/main.yml
index 4fafb77..3924a89 100644
--- a/roles/pf/tasks/main.yml
+++ b/roles/pf/tasks/main.yml
@@ -7,16 +7,8 @@
mode: 0600
notify:
- lint pf configuration
-
-- name: enable pf
- command: pfctl -e
- register: result
- failed_when:
- - result.rc != 0
- - "'already enabled' not in result.stderr"
-
-- name: restart pf
- command: pfctl -f "{{ pf_configuration_file }}"
+ - enable pf
+ - restart pf
- name: test ssh connection on new pf rule
wait_for:
remember that computers suck.