Skip to content

Commit

Permalink
change display info:
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus committed Dec 6, 2023
1 parent 1bf8375 commit df34fcc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions roles/os_images/tasks/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@
{% for item in images %}
{{ item.name[: -(os_images_name_suffix | length | int)] }} > {{ item.name[: -(os_images_name_suffix | length | int)] }}.{{ ansible_date_time.date }}
{% endfor %}
The following images have been promoted:
{% for item in images %}
{{ item.name }} > {{ item.name[: -(os_images_name_suffix | length | int)] }}
{% endfor %}
vars:
images: "{{ os_images_list | list }}"
when: image_suffix_provided and (item.rename_image | default(os_images_retire) | bool)
Expand Down

0 comments on commit df34fcc

Please sign in to comment.