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 e4f4851 commit 14a5793Copy full SHA for 14a5793
roles/pulp_distribution/tasks/container.yml
@@ -6,7 +6,7 @@
6
password: "{{ pulp_password }}"
7
validate_certs: "{{ pulp_validate_certs | bool }}"
8
name: "{{ item.name }}"
9
- base_path: "{{ item.base_path }}"
+ base_path: "{{ item.base_path | default(omit) }}"
10
repository: "{{ item.repository | default(omit) }}"
11
version: "{{ item.version | default(omit) }}"
12
content_guard: "{{ item.content_guard | default(omit) }}"
0 commit comments