Skip to content

Commit

Permalink
ansible: enable additional callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
ntk148v committed Jan 20, 2025
1 parent d38dd2b commit c688433
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/ansible.example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ fact_caching = jsonfile
fact_caching_connection = /tmp/facts_cache
retry_files_enabled = False
fact_caching_timeout = 0
nocows=true
stdout_callback=community.general.yaml
callbacks_enabled=ansible.posix.profile_tasks, ansible.posix.timer

[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=900s
Expand Down

0 comments on commit c688433

Please sign in to comment.