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 3c2f863 commit 9ad638aCopy full SHA for 9ad638a
roles/pulp_repository/tasks/container.yml
@@ -22,6 +22,8 @@
22
client_cert: "{{ item.client_cert | default(omit) }}"
23
client_key: "{{ item.client_key | default(omit) }}"
24
download_concurrency: "{{ item.download_concurrency | default(omit) }}"
25
+ exclude_tags: "{{ item.exclude_tags | default(omit) }}"
26
+ include_tags: "{{ item.include_tags | default(omit) }}"
27
policy: "{{ item.policy | default(omit) }}"
28
proxy_url: "{{ item.proxy_url | default(omit) }}"
29
proxy_username: "{{ item.proxy_username | default(omit) }}"
0 commit comments