Enable the fedora messaging callback plugin in ansible
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
a83745764b
commit
bf4f2c898a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue