File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ci-aio/inventory/group_vars/controllers
ci-builder/inventory/group_vars/seed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55# Controller interface on all-in-one network.
66aio_interface: breth1
77# Use dummy1 if it exists, otherwise the bridge will have no ports.
8- aio_bridge_ports: "{{ ['dummy1'] if 'ansible_dummy1 ' in hostvars[inventory_hostname] else [] }}"
8+ aio_bridge_ports: "{{ ['dummy1'] if 'dummy1 ' in hostvars[inventory_hostname].ansible_facts else [] }}"
99
1010###############################################################################
1111# Dummy variable to allow Ansible to accept this file.
Original file line number Diff line number Diff line change 55# Controller interface on all-in-one network.
66aio_interface: breth1
77# Use dummy1 if it exists, otherwise the bridge will have no ports.
8- aio_bridge_ports: "{{ ['dummy1'] if 'ansible_dummy1 ' in hostvars[inventory_hostname] else [] }}"
8+ aio_bridge_ports: "{{ ['dummy1'] if 'dummy1 ' in hostvars[inventory_hostname].ansible_facts else [] }}"
99
1010###############################################################################
1111# Dummy variable to allow Ansible to accept this file.
You can’t perform that action at this time.
0 commit comments