Skip to content

Commit 9fae5d6

Browse files
committed
Make pulp timeout variable
1 parent a7dffd4 commit 9fae5d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/containers/pulp/post.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
url: "{{ pulp_url }}/pulp/api/v3/status/"
55
register: pulp_status
66
until: pulp_status is success
7-
retries: 30
8-
delay: 2
7+
retries: "{{ pulp_timeout_retries | default(30) }}"
8+
delay: "{{ pulp_timeout_delay | default(3) }}"
99

1010
- name: Set the Pulp admin password
1111
become: true

0 commit comments

Comments
 (0)