From 977b5c9cbd68424f29a8b4572636c2839df04063 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Tue, 12 Mar 2024 10:57:45 +0000 Subject: [PATCH] zuul-executor - don't 'manage_ansible' at runtime The zuul executor image already run the zuul-manage-ansible command. The image sould be already populated with supported Ansible versions. Change-Id: Iea16552ccc647b4de9ac27baa80beb6bda4dc4bc --- controllers/static/zuul/zuul.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/static/zuul/zuul.conf b/controllers/static/zuul/zuul.conf index a31a62ae..ce6bf1ff 100644 --- a/controllers/static/zuul/zuul.conf +++ b/controllers/static/zuul/zuul.conf @@ -21,6 +21,7 @@ private_key_file=/var/lib/zuul-ssh/..data/priv trusted_ro_paths=/etc/pki untrusted_ro_paths=/etc/pki log_config=/var/lib/zuul/zuul-executor-logging.yaml +manage_ansible=false [merger] log_config=/var/lib/zuul/zuul-merger-logging.yaml