From 8987db1c17344d9605759fb6daeca4c568b40f4c Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 18 Nov 2024 18:44:36 +0100 Subject: [PATCH] copr-hypervisor: run ansible in container This is the way around outdated Ansible which chokes on F41 instances. --- roles/copr/hypervisor/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/copr/hypervisor/tasks/main.yml b/roles/copr/hypervisor/tasks/main.yml index 400123b6ec..08c681deff 100644 --- a/roles/copr/hypervisor/tasks/main.yml +++ b/roles/copr/hypervisor/tasks/main.yml @@ -190,6 +190,7 @@ EIMG_COPR_PLAYBOOK=local-image-update.yml EIMG_FINAL_SYSPREP_ARGS=(--ssh-inject "root:file:$HOME/.ssh/id_rsa.pub" --run-command "chcon -v -R -h system_u:object_r:ssh_home_t:s0 /root/.ssh" ) + EIMG_ANSIBLE_IN_CONTAINER=: tags: provision_config