From 608cfd8f53b55c5dc5bbfc6b308b357d4478ed1c Mon Sep 17 00:00:00 2001 From: B-Woody Date: Wed, 1 Jul 2026 13:14:33 +1000 Subject: [PATCH] Change container image used to run Ansible in the inventory_update.sh script --- inventory_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory_update.sh b/inventory_update.sh index b75c9b7..bcf0e58 100755 --- a/inventory_update.sh +++ b/inventory_update.sh @@ -25,5 +25,5 @@ podman run --rm --userns=keep-id --env working_directory_external_to_container=" --volume $PWD:/rhis/external_inventory:Z,U \ --workdir /rhis/external_inventory \ --hostname inventory_update \ - quay.io/s4v0/centosstream10-ansible:latest ansible-playbook -e "basevars_file=$bv_file" inventory_update.yml \ + ghcr.io/ansible/community-ansible-dev-tools:latest ansible-playbook -e "basevars_file=$bv_file" inventory_update.yml \ --extra-vars "working_directory_external_to_container=${working_directory_external_to_container}"