Skip to content

Commit

Permalink
chore: move nftables to firewall file
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumededrie committed Dec 23, 2023
1 parent 876a79f commit 3e0364b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
ansible.builtin.import_tasks: tasks/compute_ansible_facts.yml
tags: ['compute_ansible_facts']

- name: Nftables | Import tasks
ansible.builtin.import_tasks: tasks/nftables.yml
tags: ['nftables']
- name: Firewall | Import tasks
ansible.builtin.import_tasks: tasks/firewall.yml
tags: ['firewall']

- name: Network | Import tasks
ansible.builtin.import_tasks: tasks/network.yml
Expand Down
File renamed without changes.

0 comments on commit 3e0364b

Please sign in to comment.