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 6ab181d + a090acd commit f486878Copy full SHA for f486878
ansible/inventory/group_vars/all/dev-pulp-containers
@@ -10,7 +10,7 @@ dev_release_pulp_registry_url: "{{ dev_pulp_url }}"
10
dev_pulp_repository_container_repo_release_common:
11
url: "{{ dev_release_pulp_registry_url }}"
12
include_tags:
13
- - "{{ dev_pulp_repository_container_promotion_tag | mandatory }}"
+ - "{{ dev_pulp_repository_container_promotion_tag.strip() | mandatory }}"
14
policy: on_demand
15
remote_username: "{{ dev_pulp_username }}"
16
remote_password: "{{ dev_pulp_password }}"
0 commit comments