summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/network.yml
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/usr/share/openstack/network.yml')
-rw-r--r--openstack/usr/share/openstack/network.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/share/openstack/network.yml b/openstack/usr/share/openstack/network.yml
index a0aef499..4179145b 100644
--- a/openstack/usr/share/openstack/network.yml
+++ b/openstack/usr/share/openstack/network.yml
@@ -20,7 +20,7 @@
- set_fact:
ETH_INTERFACE: "{{ interface_name.stdout }}"
- ETH_MAC_ADDRESS: "{{ hostvars['localhost']['ansible_' + interface_name.stdout] }}"
+ ETH_MAC_ADDRESS: "{{ hostvars['localhost']['ansible_' + interface_name.stdout]['macaddress'] }}"
- name: Create the /run/systemd/network
file: