Correct the path of /etc/hosts

TrivialFix

Change-Id: Ia4ffc05012102d2f3afacdd92250949ae094d10c
This commit is contained in:
caoyuan 2016-10-26 22:23:35 +08:00
parent 40a1176a36
commit f6584f634e

View File

@ -20,7 +20,7 @@
become: True
when: customize_etc_hosts | bool == True
- name: Generate etc/hosts
- name: Generate /etc/hosts
blockinfile:
dest: /etc/hosts
marker: "# {mark} ANSIBLE GENERATED HOSTS"