File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
roles/pulp_repository/tasks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
index_var : repository_index
13
13
register : pulp_repository_container_repositories
14
14
until : " pulp_repository_container_repositories is not failed"
15
- retries : " {{ pulp_repository_container_repositories_retries }}"
15
+ retries : " {{ pulp_repository_container_repo_repositories_retries }}"
16
16
delay : 1
17
17
18
18
- name : Setup container remotes
46
46
index_var : repository_index
47
47
register : pulp_repository_container_remotes
48
48
until : " pulp_repository_container_remotes is not failed"
49
- retries : " {{ pulp_repository_container_remotes_retries }}"
49
+ retries : " {{ pulp_repository_container_repos_remotes_retries }}"
50
50
delay : 1
51
51
52
52
- name : Sync container remotes into repositories
You can’t perform that action at this time.
0 commit comments