Skip to content

Commit

Permalink
Merge pull request #461 from deNBI/deps/autoscaling-1.8.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update dependency autoscaling to v1.8.7
  • Loading branch information
dweinholz authored Jul 22, 2024
2 parents 01053f2 + a5482c1 commit 06da8bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packer/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ roles:

- name: autoscaling
src: https://github.com/deNBI/autoscaling-ansible
version: 1.8.5
version: 1.8.7

- name: geerlingguy.swap

Expand Down
2 changes: 1 addition & 1 deletion packer/update_base_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
when: update
changed_when: false

- set_fact:
- ansible.builtin.set_fact:
downloaded_filename: "{{ download_result.stdout_lines[0] | regex_replace('^`([^`]+)` -> `(.+)`$', '\\2') }}"
when: update and download_result.stdout_lines | length > 0

Expand Down

0 comments on commit 06da8bb

Please sign in to comment.