Skip to content

Commit

Permalink
fix: downgrade cloud-init to 23.1.2-0ubuntu0~20.04.2 (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shalin Patel authored Oct 26, 2023
1 parent 6c9dcca commit 7109d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/packages/tasks/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
# This is a workaround to downgrade to older cloud-init version.
# Once the fix is available in cloud-init and base ubuntu AMI are built with the fixed cloud-init,
# we can revert to using cloud-init version provided by the base AMI.
- name: Install specific cloud-init version 23.2.1-0ubuntu0~20.04.2
- name: Install cloud-init version 23.1.2-0ubuntu0~20.04.2
apt:
deb: https://launchpad.net/ubuntu/+source/cloud-init/23.2.1-0ubuntu0~20.04.2/+build/26374992/+files/cloud-init_23.2.1-0ubuntu0~20.04.2_all.deb
name: cloud-init=23.1.2-0ubuntu0~20.04.2
state: present
force_apt_get: true
allow_downgrade: true
Expand Down

0 comments on commit 7109d00

Please sign in to comment.