Skip to content

Commit

Permalink
Add a login task in case the login is timing out
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Jun 27, 2023
1 parent 731d0d3 commit 500c4a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/stf-run-ci/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
- debug:
var: build_list

- name: Login again in case that's what was wrong
ansible.builtin.import_role:
name: rhol_crc
tasks_from: add_crc_creds.yml

- name: Create builds and artifacts
include_tasks: create_builds.yml
loop: "{{ build_list }}"
Expand Down

0 comments on commit 500c4a0

Please sign in to comment.