Merge "Don't assume /etc/hosts exists"
This commit is contained in:
commit
a7a1f9f236
@ -4,6 +4,8 @@
|
||||
dest: /etc/hosts
|
||||
regexp: "^127.0.0.1.*"
|
||||
line: "127.0.0.1 localhost"
|
||||
create: true
|
||||
mode: 0644
|
||||
state: present
|
||||
become: True
|
||||
when: customize_etc_hosts | bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user