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.
2 parents 901655b + db5ff47 commit ad629dfCopy full SHA for ad629df
roles/pulp_distribution/tasks/container.yml
@@ -10,5 +10,6 @@
10
repository: "{{ item.repository }}"
11
version: "{{ item.version | default(omit) }}"
12
content_guard: "{{ item.content_guard | default(omit) }}"
13
+ private: "{{ item.private | default(omit) }}"
14
state: "{{ item.state }}"
15
with_items: "{{ pulp_distribution_container }}"
0 commit comments