File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
roles/pulp_content_guard/tasks Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 username : " {{ pulp_username }}"
66 password : " {{ pulp_password }}"
77 validate_certs : " {{ pulp_validate_certs | bool }}"
8- name : " {{ item .name }}"
9- description : " {{ item .description | default(omit) }}"
10- ca_certificate : " {{ item .ca_certificate | default(omit) }}"
11- state : " {{ item .state }}"
12- with_items : " {{ pulp_content_guard_x509_cert_guards }}"
8+ name : " {{ pulp_content_guard_x509_cert_guards[cert_guard_index] .name }}"
9+ description : " {{ pulp_content_guard_x509_cert_guards[cert_guard_index] .description | default(omit) }}"
10+ ca_certificate : " {{ pulp_content_guard_x509_cert_guards[cert_guard_index] .ca_certificate | default(omit) }}"
11+ state : " {{ pulp_content_guard_x509_cert_guards[cert_guard_index] .state }}"
12+ loop : " {{ pulp_content_guard_x509_cert_guards | map(attribute='name') }}"
1313 loop_control :
14- label : " {{ item.name }} "
14+ index_var : cert_guard_index
1515
1616- name : Ensure RBAC cert guards exist
1717 import_tasks : rbac/rbac.yml
You can’t perform that action at this time.
0 commit comments