Remove the duplicated word

Change-Id: Ibb90118235218e0be4d2011ff214f7492d6d97ab
This commit is contained in:
zhulingjie 2018-06-12 12:25:06 -04:00
parent efa9da767d
commit caddce3cc5
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
with_dict: "{{ lxc_container_networks_combined }}"
delegate_to: "{{ physical_host }}"
# NOTE(cloudnull): To dynamically set the the mac address "facts" Ansible line
# NOTE(cloudnull): To dynamically set the mac address "facts" Ansible line
# format is being used
- name: Set fixed hardware address fact
set_fact: "{{item.item.value.interface }}_mac_address={{ item.content | b64decode }}"