Skip to content

Commit ad629df

Browse files
authored
Merge pull request #28 from stackhpc/container-dist-private
pulp_distribution: add private flag to container distributions
2 parents 901655b + db5ff47 commit ad629df

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)