mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Enable the fedora messaging callback plugin in ansible
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user