File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
roles/pulp_repository/tasks Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 44 pulp_url : " {{ pulp_url }}"
55 username : " {{ pulp_username }}"
66 password : " {{ pulp_password }}"
7+ validate_certs : " {{ pulp_validate_certs | bool }}"
78 name : " {{ item.name }}"
89 state : " {{ item.state }}"
910 with_items : " {{ pulp_repository_deb_repos }}"
1314 pulp_url : " {{ pulp_url }}"
1415 username : " {{ pulp_username }}"
1516 password : " {{ pulp_password }}"
17+ validate_certs : " {{ pulp_validate_certs | bool }}"
1618 name : " {{ item.name }}-remote"
1719 url : " {{ item.url }}"
1820 architectures : " {{ item.architectures }}"
2729 pulp_url : " {{ pulp_url }}"
2830 username : " {{ pulp_username }}"
2931 password : " {{ pulp_password }}"
32+ validate_certs : " {{ pulp_validate_certs | bool }}"
3033 repository : " {{ item.name }}"
3134 remote : " {{ item.name }}-remote"
3235 with_items : " {{ pulp_repository_deb_repos }}"
Original file line number Diff line number Diff line change 44 pulp_url : " {{ pulp_url }}"
55 username : " {{ pulp_username }}"
66 password : " {{ pulp_password }}"
7+ validate_certs : " {{ pulp_validate_certs | bool }}"
78 name : " {{ item.name }}"
89 state : " {{ item.state }}"
910 with_items : " {{ pulp_repository_python_repos }}"
1314 pulp_url : " {{ pulp_url }}"
1415 username : " {{ pulp_username }}"
1516 password : " {{ pulp_password }}"
17+ validate_certs : " {{ pulp_validate_certs | bool }}"
1618 name : " {{ item.name }}-remote"
1719 url : " {{ item.url }}"
1820 policy : " {{ item.policy }}"
2426 pulp_url : " {{ pulp_url }}"
2527 username : " {{ pulp_username }}"
2628 password : " {{ pulp_password }}"
29+ validate_certs : " {{ pulp_validate_certs | bool }}"
2730 repository : " {{ item.name }}"
2831 remote : " {{ item.name }}-remote"
2932 with_items : " {{ pulp_repository_python_repos }}"
Original file line number Diff line number Diff line change 44 pulp_url : " {{ pulp_url }}"
55 username : " {{ pulp_username }}"
66 password : " {{ pulp_password }}"
7+ validate_certs : " {{ pulp_validate_certs | bool }}"
78 name : " {{ item.name }}"
89 state : " {{ item.state }}"
910 with_items : " {{ pulp_repository_rpm_repos }}"
1314 pulp_url : " {{ pulp_url }}"
1415 username : " {{ pulp_username }}"
1516 password : " {{ pulp_password }}"
17+ validate_certs : " {{ pulp_validate_certs | bool }}"
1618 name : " {{ item.name }}-remote"
1719 url : " {{ item.url }}"
1820 policy : " {{ item.policy }}"
2426 pulp_url : " {{ pulp_url }}"
2527 username : " {{ pulp_username }}"
2628 password : " {{ pulp_password }}"
29+ validate_certs : " {{ pulp_validate_certs | bool }}"
2730 repository : " {{ item.name }}"
2831 remote : " {{ item.name }}-remote"
2932 with_items : " {{ pulp_repository_rpm_repos }}"
You can’t perform that action at this time.
0 commit comments