move /etc/hosts configuration in 'preinstall' role

This commit is contained in:
Smaine Kahlouch
2016-01-20 17:37:23 +01:00
parent 9156d1ecfd
commit a5094f2a6a
3 changed files with 37 additions and 29 deletions

View File

@@ -51,5 +51,7 @@
when: ansible_os_family == "RedHat"
changed_when: False
- include: etchosts.yml
- include: python-bootstrap.yml
when: ansible_os_family not in [ "Debian", "RedHat" ]