Skip to content

Commit

Permalink
test/ci: make sure all packages are updated before starting install
Browse files Browse the repository at this point in the history
vrutkovs committed Oct 5, 2018
1 parent 7acd195 commit 5e273ed
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/ci/launch.yml
Original file line number Diff line number Diff line change
@@ -78,6 +78,21 @@
- name: Make sure hostname is set to public ansible host
hostname:
name: "{{ ansible_host }}"
- name: Update all packages
package:
name: '*'
state: latest
- name: Reboot machines
shell: sleep 5 && systemctl reboot
async: 1
poll: 0
ignore_errors: true
- name: Wait for connection
wait_for_connection:
connect_timeout: 20
sleep: 5
delay: 5
timeout: 300
- setup: {}

- import_playbook: ../../playbooks/openshift-node/network_manager.yml

0 comments on commit 5e273ed

Please sign in to comment.