aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/firewall/tasks/main.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-09-01 00:26:13 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-09-01 00:26:13 +0200
commita89e16c44ee6d038e4f4cf435902e66558cc5cf4 (patch)
tree745201ec1b6b2e6f5239cf4feaf790fb4a138654 /roles/firewall/tasks/main.yml
parentapt: don't remove after autoremoving dependencies (diff)
downloadinfra-ansible-a89e16c44ee6d038e4f4cf435902e66558cc5cf4.tar.gz
infra-ansible-a89e16c44ee6d038e4f4cf435902e66558cc5cf4.zip
sort module args, add missing state args, etc.
Diffstat (limited to 'roles/firewall/tasks/main.yml')
-rw-r--r--roles/firewall/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/firewall/tasks/main.yml b/roles/firewall/tasks/main.yml
index 82584e2..c17a4e3 100644
--- a/roles/firewall/tasks/main.yml
+++ b/roles/firewall/tasks/main.yml
@@ -1,9 +1,9 @@
- name: Install iptables-persistent
become: true
ansible.builtin.apt:
- install_recommends: false
name: iptables-persistent
state: present
+ install_recommends: false
- name: Configure rule files
ansible.builtin.include_tasks: file.yml