Enable the fedora messaging callback plugin in ansible

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-05-23 10:28:49 +02:00
parent a83745764b
commit bf4f2c898a
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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