Try to make the etc hosts part idempotent

This commit is contained in:
Greg Althaus 2016-01-20 10:32:57 -06:00
parent 87911f029d
commit 7dec754543

View file

@ -27,8 +27,7 @@
with_items:
- '^127\.0\.0\.1(\s+){{ inventory_hostname }}.*'
- '^::1(\s+){{ inventory_hostname }}.*'
- '^::1(\s+)localhost.*'
- '^127.0.0.1(\s+)localhost.*'
- '^::1(\s+)localhost(\s+).*'
- name: localhost in hosts file
lineinfile: