From f1a47766f581be6cc7a09ac5fd85e07d5c9a1d49 Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 17 Aug 2018 14:30:21 +0800 Subject: [PATCH] Remove the duplicated word Change-Id: I2f9ec4ab1607f29d05f1c6ccd72d5cc041b790a7 --- tasks/lxc_container_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/lxc_container_config.yml b/tasks/lxc_container_config.yml index 026033c..a92ce5a 100644 --- a/tasks/lxc_container_config.yml +++ b/tasks/lxc_container_config.yml @@ -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 }}"