Browse Source

Changes to allow runs from inside a container. Also allows for running upstream openshift-ansible installer

Eric Sauer 9 years ago
parent
commit
c8f84c0aeb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      roles/hostnames/tasks/main.yaml

+ 3 - 0
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