aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/firewall/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/firewall/tasks')
-rw-r--r--roles/firewall/tasks/file.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/firewall/tasks/file.yml b/roles/firewall/tasks/file.yml
index a703d3b..5675276 100644
--- a/roles/firewall/tasks/file.yml
+++ b/roles/firewall/tasks/file.yml
@@ -1,8 +1,8 @@
-- name: Create a temporary file
+- name: Create temporary file
ansible.builtin.tempfile:
register: rules_file
-- name: Configure rules in a temporary file
+- name: Configure rules in temporary file
become: true
ansible.builtin.template:
src: '{{ item.src }}'
@@ -18,7 +18,7 @@
# If I simply restart the netfilter-persistent service, it happily restarts,
# effectively ignoring errors in files. That way the operator doesn't get
# feedback if the rules file is malformed.
-- name: Check that the rules are valid
+- name: Check that rules are valid
become: true
ansible.builtin.command:
argv: