aboutsummaryrefslogtreecommitdiffstats
path: root/roles/pf/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pf/tasks')
-rw-r--r--roles/pf/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/pf/tasks/main.yml b/roles/pf/tasks/main.yml
index 7916c69..c47a721 100644
--- a/roles/pf/tasks/main.yml
+++ b/roles/pf/tasks/main.yml
@@ -3,12 +3,12 @@
---
-- name: Generate and sync configuration
+- name: Generate pf configuration
template:
src: templates/pf.conf.j2
dest: /etc/pf.conf
owner: root
- group: "{{ group.root }}"
+ group: "{{ group_root }}"
mode: "0600"
- name: Restart pf
remember that computers suck.