Merge "Remove the duplicated word"

This commit is contained in:
Zuul 2018-08-21 09:32:18 +00:00 committed by Gerrit Code Review
commit 141f558a8f
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 }}"