summaryrefslogtreecommitdiffstats
path: root/roles/hostnames
diff options
context:
space:
mode:
authorEric Sauer <esauer@redhat.com>2016-06-03 14:01:22 -0400
committerEric Sauer <esauer@redhat.com>2016-06-03 14:01:22 -0400
commitc8f84c0aebe1fe9c00498921c5f83022a2e873c3 (patch)
tree2e48f004cd1928c578e7a38f86e20bd039f85910 /roles/hostnames
parentca1b17aeeb8ed4f4db0a90a11bccd9ea009f9eac (diff)
downloadopenshift-c8f84c0aebe1fe9c00498921c5f83022a2e873c3.tar.gz
openshift-c8f84c0aebe1fe9c00498921c5f83022a2e873c3.tar.bz2
openshift-c8f84c0aebe1fe9c00498921c5f83022a2e873c3.tar.xz
openshift-c8f84c0aebe1fe9c00498921c5f83022a2e873c3.zip
Changes to allow runs from inside a container. Also allows for running upstream openshift-ansible installer
Diffstat (limited to 'roles/hostnames')
-rw-r--r--roles/hostnames/tasks/main.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/hostnames/tasks/main.yaml b/roles/hostnames/tasks/main.yaml
index 921cd664b..c34d07915 100644
--- a/roles/hostnames/tasks/main.yaml
+++ b/roles/hostnames/tasks/main.yaml
@@ -15,3 +15,6 @@
dest: "/tmp/records.yaml"
force: yes
delegate_to: localhost
+
+ - name: "Updating hostname facts"
+ setup: filter=ansible_hostname