Skip to content

Commit f5a6fa0

Browse files
owenjonesAlex-Welsh
authored andcommitted
Fix artifact promotion
`base_path` can't be set when querying for a distribution - "Cannot use attributes when querying entities"
1 parent ee71697 commit f5a6fa0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

etc/kayobe/ansible/pulp/pulp-artifact-promote.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
username: "{{ remote_pulp_username }}"
1717
password: "{{ remote_pulp_password }}"
1818
name: "{{ repository_name }}_{{ promotion_tag }}"
19-
base_path: "{{ pulp_base_path }}/{{ promotion_tag }}"
2019
register: distribution_details
2120
until: distribution_details is success
2221
retries: 3
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fix for pulp artifact promotion playbook following on from updates
5+
to pulp.squeezer collection - the ``base_path`` attribute cannot be
6+
used when querying a file distribution.

0 commit comments

Comments
 (0)