Remove the duplicated word

Change-Id: I2f9ec4ab1607f29d05f1c6ccd72d5cc041b790a7
This commit is contained in:
melissaml 2018-08-17 14:30:21 +08:00
parent 4a2e8123cd
commit f1a47766f5
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 }}"