Merge "Correct the path of /etc/hosts"

This commit is contained in:
Jenkins 2016-11-04 14:19:05 +00:00 committed by Gerrit Code Review
commit 4f6b6fc808

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"