diff --git a/playbooks/update-nftables.yml b/playbooks/update-nftables.yml new file mode 100644 index 0000000..3c726a7 --- /dev/null +++ b/playbooks/update-nftables.yml @@ -0,0 +1,5 @@ +- name: Include variables files & load nftables.conf + hosts: localhost + roles: + - include-vars + - nftables diff --git a/playbooks/update-services.yml b/playbooks/update-services.yml index 7556b77..f0fa342 100644 --- a/playbooks/update-services.yml +++ b/playbooks/update-services.yml @@ -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