Try to make the etc hosts part idempotent

pull/77/head
Greg Althaus 2016-01-20 10:32:57 -06:00
parent 87911f029d
commit 7dec754543
1 changed files with 1 additions and 2 deletions

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: