Skip to content

Commit

Permalink
test/ci: set hostname before collecting facts
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Oct 5, 2018
1 parent 00ef38e commit 7acd195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ci/launch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7acd195

Please sign in to comment.