This commit is contained in:
2024-09-03 22:06:12 +03:00
parent b6f4a203a4
commit 15cc5660ba

View File

@@ -146,14 +146,14 @@
- name: Run nmcli to activate {{ phy_int2_name }} - name: Run nmcli to activate {{ phy_int2_name }}
command: /usr/bin/nmcli c up {{ phy_int2_name }} command: /usr/bin/nmcli c up {{ phy_int2_name }}
notify: Restart NetworkManager
- name: Apply tags to tasks within included file - name: Apply tags to tasks within included file
include_tasks: iptables.yaml include_tasks: iptables.yaml
args: args:
apply: apply:
tags: tags:
- iptables - iptables
notify: Restart NetworkManager