Ignore errors in bringing up bootstrap interfaces

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:23 -04:00
parent e3ad750412
commit a925e4bd40
1 changed files with 2 additions and 1 deletions

View File

@ -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: