diff --git a/roles/configure/tasks/main.yaml b/roles/configure/tasks/main.yaml index 5f63bcf..e5a4c8f 100644 --- a/roles/configure/tasks/main.yaml +++ b/roles/configure/tasks/main.yaml @@ -146,14 +146,14 @@ - name: Run nmcli to activate {{ phy_int2_name }} command: /usr/bin/nmcli c up {{ phy_int2_name }} - + notify: Restart NetworkManager - name: Apply tags to tasks within included file include_tasks: iptables.yaml args: apply: tags: - iptables - notify: Restart NetworkManager +