We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dffd4 commit 9fae5d6Copy full SHA for 9fae5d6
etc/kayobe/containers/pulp/post.yml
@@ -4,8 +4,8 @@
4
url: "{{ pulp_url }}/pulp/api/v3/status/"
5
register: pulp_status
6
until: pulp_status is success
7
- retries: 30
8
- delay: 2
+ retries: "{{ pulp_timeout_retries | default(30) }}"
+ delay: "{{ pulp_timeout_delay | default(3) }}"
9
10
- name: Set the Pulp admin password
11
become: true
0 commit comments