From cf588235473750f7f1f169ff1fffd64eef7fb793 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Fri, 1 Nov 2024 15:18:08 -0500 Subject: [PATCH] packer-rocm/build: add Ansible prereqs --- packer-rocm/playbooks/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packer-rocm/playbooks/build.yml b/packer-rocm/playbooks/build.yml index 23e30ed..0273986 100644 --- a/packer-rocm/playbooks/build.yml +++ b/packer-rocm/playbooks/build.yml @@ -20,6 +20,7 @@ packer_prereqs: common: - qemu-kvm # provides builder as a Virtual Machine; meta-package + - ansible # configures the builder VM with 'amdgpu', 'ROCm', and more - git # 'ansible-pull' requires 'git' to clone; should be installed already - rsync # synchronize module - xorriso # cloud-init data @@ -30,6 +31,9 @@ - edk2-ovmf # firmware - e2fsprogs # provides 'fuse2fs', tarball/image work - nbdkit-nbd-plugin + # following two collections are provided by 'ansible' on Ubuntu; not so on EL/derivatives + - ansible-collection-community-general + - ansible-collection-ansible-posix Debian: - ovmf - libnbd-bin