Skip to content

Commit

Permalink
increasing delay to wait for config container to avoid 401s
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Kristyn committed Feb 11, 2021
1 parent 3d58ef3 commit 9a32506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
*.orig
*.bak
.vscode
.idea

2 changes: 1 addition & 1 deletion roles/quay/tasks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
wait_for:
host: "{{ quay_setup_server }}"
port: 8443
delay: 5
delay: 10
timeout: 60
- name: Quay Setup API - Initialize Config
delegate_to: "{{ quay_setup_client }}"
Expand Down

0 comments on commit 9a32506

Please sign in to comment.