Skip to content

Commit f486878

Browse files
authored
Merge pull request #167 from stackhpc/strip-promotion-tag
Strip whitespace from tag used for container image promotion
2 parents 6ab181d + a090acd commit f486878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/inventory/group_vars/all/dev-pulp-containers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dev_release_pulp_registry_url: "{{ dev_pulp_url }}"
1010
dev_pulp_repository_container_repo_release_common:
1111
url: "{{ dev_release_pulp_registry_url }}"
1212
include_tags:
13-
- "{{ dev_pulp_repository_container_promotion_tag | mandatory }}"
13+
- "{{ dev_pulp_repository_container_promotion_tag.strip() | mandatory }}"
1414
policy: on_demand
1515
remote_username: "{{ dev_pulp_username }}"
1616
remote_password: "{{ dev_pulp_password }}"

0 commit comments

Comments
 (0)