2015-05-28 11:32:57 +02:00
|
|
|
---
|
2018-07-04 18:39:38 +02:00
|
|
|
- block:
|
|
|
|
# - name: Find the Openstack region, if any
|
|
|
|
# set_fact: openstack_region_name={{ location.region_name|replace('-','_') }} cacheable=True
|
|
|
|
# when: location.region_name is defined
|
|
|
|
|
|
|
|
- name: Install the system resolv.conf
|
|
|
|
template: src=resolv.conf dest=/etc/resolv.conf owner=root group=root mode=0644
|
|
|
|
|
2015-10-01 15:28:15 +02:00
|
|
|
when: install_resolvconf
|
2018-06-15 13:50:40 +02:00
|
|
|
tags: resolvconf
|
2015-10-01 15:28:15 +02:00
|
|
|
|
2015-05-28 11:32:57 +02:00
|
|
|
|