Move nftables to its own playbook.
This commit is contained in:
parent
0a67d1ba01
commit
30f6f1f3ee
2 changed files with 6 additions and 2 deletions
5
playbooks/update-nftables.yml
Normal file
5
playbooks/update-nftables.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Include variables files & load nftables.conf
|
||||
hosts: localhost
|
||||
roles:
|
||||
- include-vars
|
||||
- nftables
|
|
@ -1,8 +1,7 @@
|
|||
- name: Include variables files & load nftables.conf
|
||||
- name: Include variables files
|
||||
hosts: localhost
|
||||
roles:
|
||||
- include-vars
|
||||
- nftables
|
||||
|
||||
- name: Update project(s)
|
||||
hosts: localhost
|
||||
|
|
Loading…
Reference in a new issue