소스 검색

test/ci: set hostname before collecting facts

Vadim Rutkovsky 6 년 전
부모
커밋
7acd195f05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/ci/launch.yml

+ 1 - 1
test/ci/launch.yml

@@ -75,10 +75,10 @@
   become: true
   tasks:
     - wait_for_connection: {}
-    - setup: {}
     - name: Make sure hostname is set to public ansible host
       hostname:
         name: "{{ ansible_host }}"
+    - setup: {}
 
 - import_playbook: ../../playbooks/openshift-node/network_manager.yml
 - import_playbook: ../../playbooks/prerequisites.yml