Add tasks to undo changes to hosts /etc/resolv.conf and dhclient configs

This commit is contained in:
Alexander Block
2017-01-11 15:08:24 +01:00
parent 1191876ae8
commit a7bf7867d7
3 changed files with 30 additions and 4 deletions

View File

@@ -58,7 +58,3 @@
mode: 0644
notify: Preinstall | update resolvconf for Container Linux by CoreOS
when: ansible_os_family in ["CoreOS", "Container Linux by CoreOS"]
- include: dhclient-hooks.yml
when: not ansible_os_family in ["CoreOS", "Container Linux by CoreOS"]
tags: [bootstrap-os, resolvconf]