From dd305228bc9b6a760c8c609022c85c72ce8c4a85 Mon Sep 17 00:00:00 2001 From: Dawud <7688823+technowhizz@users.noreply.github.com> Date: Thu, 5 Jun 2025 15:14:04 +0100 Subject: [PATCH] Change host definition for cacert task to allow builder Allows the cacerts role to be run on the builder group --- ansible/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/bootstrap.yml b/ansible/bootstrap.yml index 27559952c..3fd7f267d 100644 --- a/ansible/bootstrap.yml +++ b/ansible/bootstrap.yml @@ -143,7 +143,7 @@ - appliances_mode == 'configure' - not (dnf_repos_allow_insecure_creds | default(false)) # useful for development -- hosts: cacerts:!builder +- hosts: cacerts tags: cacerts gather_facts: false tasks: