diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-18 19:07:26 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-18 19:17:05 +0800 |
commit | 690decb9ce48a420691b143df22892516fad7607 (patch) | |
tree | 0999a1a9491d80bb06c444fae2a2f50e4886af0d /resources/template | |
parent | b40f4ca8366037551d17ce93f892caba464f9bc0 (diff) |
Fix warnings on same name of host and group in Ansible 2.3
Change-Id: Iedf0d609a62b956e1f0cd5e941a8fd27e1abc685
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'resources/template')
-rw-r--r-- | resources/template/hosts.j2 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/template/hosts.j2 b/resources/template/hosts.j2 index 868a4e57..2ebf3c8b 100644 --- a/resources/template/hosts.j2 +++ b/resources/template/hosts.j2 @@ -1,7 +1,4 @@ -[fuel-master] fuel-master - -[local] localhost ansible_connection=local [fuel-groups:children] |