From 15cc5660ba444478840e929506a327cbad5a6d6d Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Tue, 3 Sep 2024 22:06:12 +0300 Subject: [PATCH] ff --- roles/configure/tasks/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +