瀏覽代碼

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

Eric Sauer 9 年之前
父節點
當前提交
c8f84c0aeb
共有 1 個文件被更改,包括 3 次插入0 次删除
  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