Skip to content

Commit

Permalink
DLPX-92522 appliance-build changes for LTS upgrade to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-gandhi committed Oct 24, 2024
1 parent 66448d9 commit 590958f
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions bootstrap/roles/appliance-build.bootstrap/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
name:
- ansible
- aptly
- awscli
- bc
- coreutils
- devscripts
Expand All @@ -36,15 +35,29 @@
- livecd-rootfs
- make
- man
- openjdk-8-jre-headless
- openjdk-8-jdk
- pigz
- qemu
- qemu-system
- rename
- shellcheck
- vim
- zfsutils-linux
state: present

- ansible.builtin.systemd_service:
name: unattended-upgrades
state: stopped

- apt:
name:
- unattended-upgrades
state: absent
purge: true

- snap:
name: aws-cli
classic: yes

- modprobe:
name: zfs
state: present

0 comments on commit 590958f

Please sign in to comment.