Merge "Set fail_mode explicitly"

This commit is contained in:
Zuul 2022-03-22 18:30:49 +00:00 committed by Gerrit Code Review
commit bbdd12561f
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
- name: Setup Network Provider Bridges
openvswitch_bridge:
bridge: "{{ bridge_mapping.split(':')[1] }}"
fail_mode: standalone
state: present
with_items: "{{ neutron_provider_networks.network_mappings.split(',') }}"
loop_control: