From a925e4bd4016882189b2255a068ade367542148a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:23 -0400 Subject: [PATCH] Ignore errors in bringing up bootstrap interfaces --- roles/pvc/tasks/common/add_cluster_ips.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/pvc/tasks/common/add_cluster_ips.yml b/roles/pvc/tasks/common/add_cluster_ips.yml index dc51aac..b16bb54 100644 --- a/roles/pvc/tasks/common/add_cluster_ips.yml +++ b/roles/pvc/tasks/common/add_cluster_ips.yml @@ -1,7 +1,8 @@ --- -- name: bring up interfaces interface +- name: bring up interfaces command: ifup {{ item }} with_items: "{% for network in networks %}{{ networks[network].device }} {% endfor %}" + ignore_errors: yes - name: set bridges dictionary (cluster != storage) set_fact: