From bf4f2c898af7271f4482ca388b29bf5c1c039182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 23 May 2023 10:28:49 +0200 Subject: [PATCH] Enable the fedora messaging callback plugin in ansible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index 19e02cba96..9d095a7ccd 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -50,7 +50,7 @@ fact_caching_connection=~/.ansible_facts_cache # (list) List of enabled callbacks, not all callbacks need enabling, but many of those shipped with Ansible do as we don't want them activated by default. ;callbacks_enabled= -callbacks_enabled=profile_roles,profile_tasks,logdetail +callbacks_enabled=profile_roles,profile_tasks,logdetail,fedora_messaging_callback # (string) When a collection is loaded that does not support the running Ansible version (via the collection metadata key `requires_ansible`), the default behavior is to issue a warning and continue anyway. Setting this value to `ignore` skips the warning entirely, while setting it to `fatal` will immediately halt Ansible execution. ;collections_on_ansible_version_mismatch=warning