Skip to content

Commit db5ff47

Browse files
committed
pulp_distribution: add private flag to container distributions
1 parent 0994beb commit db5ff47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/pulp_distribution/tasks/container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
repository: "{{ item.repository }}"
1111
version: "{{ item.version | default(omit) }}"
1212
content_guard: "{{ item.content_guard | default(omit) }}"
13+
private: "{{ item.private | default(omit) }}"
1314
state: "{{ item.state }}"
1415
with_items: "{{ pulp_distribution_container }}"

0 commit comments

Comments
 (0)