Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Nov 6, 2023
1 parent eac5cdb commit 011b5bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packer/cleanup_base_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ansible.builtin.shell: >
openstack image list
--private
--tag "base_image"
--tag base_image
--property os_version={{ os_version }}
--property os_distro={{ os_distro }}
--property image_type=image
Expand Down
1 change: 1 addition & 0 deletions packer/update_base_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
os_distro: "{{ os_distro }}"
os_version: "{{ os_version }}"
description: Ubuntu is a free and open source operating system and Linux distribution based on Debian.
image_type: image
when: update


Expand Down

0 comments on commit 011b5bf

Please sign in to comment.