Skip to content

Commit 6ab181d

Browse files
authored
Merge pull request #165 from stackhpc/display-tag-to-promote
Display container tag to promote
2 parents 9d2e14f + b690dcf commit 6ab181d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ansible/dev-pulp-container-promote.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
'dev_pulp_repository_container_promotion_tag'
1616
when: dev_pulp_repository_container_promotion_tag is not defined
1717

18+
- debug:
19+
msg: "Promoting tag {{ dev_pulp_repository_container_promotion_tag }}"
20+
1821
- import_role:
1922
name: stackhpc.pulp.pulp_repository
2023
vars:

0 commit comments

Comments
 (0)