From 83ade74ea4e08f96885b770f0a5de29160a1096f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 8 Dec 2018 00:54:36 +0100 Subject: [PATCH] add support for vip --- tasks/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config.yml b/tasks/config.yml index fe85bbf..42aa4ab 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -33,7 +33,7 @@ with_dict: "{{ network_interfaces }}" loop_control: label: "{{ item.key }}" - when: item.key in ansible_interfaces + when: item.key in ansible_interfaces or item.key.split(":")[0] in ansible_interfaces notify: - network_restart