Skip to content
Snippets Groups Projects
Commit 20d80311 authored by pmontanari's avatar pmontanari Committed by Matthew Mosesohn
Browse files

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
parent f1a1f53f
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,14 @@ ...@@ -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 @@ ...@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment