Skip to content

Commit

Permalink
Fix listen/when tags in pulp-artifact-upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Jan 6, 2025
1 parent 76e865e commit e84937e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/kayobe/ansible/pulp-artifact-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@
ansible.builtin.lineinfile:
path: /tmp/updated_artifacts.txt
line: "{{ remote_pulp_url }}/pulp/content/{{ pulp_base_path }}/latest/{{ found_files.files[0].path | basename }}"
when: latest_distribution_details.changed
listen: Latest distribution details changed

- name: Print versioned path
ansible.builtin.debug:
msg: "New versioned path: {{ remote_pulp_url }}/pulp/content/{{ pulp_base_path }}/{{ artifact_tag }}/{{ found_files.files[0].path | basename }}"
when: latest_distribution_details.changed
listen: Latest distribution details changed

- name: Print latest path
ansible.builtin.debug:
Expand All @@ -201,4 +201,4 @@
- name: Print version tag
ansible.builtin.debug:
msg: "New tag: {{ artifact_tag }}"
when: latest_distribution_details.changed
listen: Latest distribution details changed

0 comments on commit e84937e

Please sign in to comment.