Merge "Correct the path of /etc/hosts"
This commit is contained in:
commit
4f6b6fc808
@ -20,7 +20,7 @@
|
|||||||
become: True
|
become: True
|
||||||
when: customize_etc_hosts | bool == True
|
when: customize_etc_hosts | bool == True
|
||||||
|
|
||||||
- name: Generate etc/hosts
|
- name: Generate /etc/hosts
|
||||||
blockinfile:
|
blockinfile:
|
||||||
dest: /etc/hosts
|
dest: /etc/hosts
|
||||||
marker: "# {mark} ANSIBLE GENERATED HOSTS"
|
marker: "# {mark} ANSIBLE GENERATED HOSTS"
|
||||||
|
Loading…
Reference in New Issue
Block a user