Update main.yml (#1822)

* Update main.yml

Needs to set up resolv.conf before updating Yum cache otherwise no name resolution available (resolv.conf empty).

* Update main.yml

Removing trailing spaces
This commit is contained in:
pmontanari 2017-10-18 12:42:00 +02:00 committed by Matthew Mosesohn
parent f1a1f53f72
commit 20d80311f0

View file

@ -97,6 +97,14 @@
- canal - canal
- bootstrap-os - bootstrap-os
- include: resolvconf.yml
when:
- dns_mode != 'none'
- resolvconf_mode == 'host_resolvconf'
tags:
- bootstrap-os
- resolvconf
- name: Update package management cache (YUM) - name: Update package management cache (YUM)
yum: yum:
update_cache: yes update_cache: yes
@ -249,14 +257,6 @@
- bootstrap-os - bootstrap-os
- etchosts - etchosts
- include: resolvconf.yml
when:
- dns_mode != 'none'
- resolvconf_mode == 'host_resolvconf'
tags:
- bootstrap-os
- resolvconf
- include: dhclient-hooks.yml - include: dhclient-hooks.yml
when: when:
- dns_mode != 'none' - dns_mode != 'none'