Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
2 changes: 1 addition & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ roles_path = ~/ci-framework-data/artifacts/roles:./roles:/usr/share/ansible/role
filter_plugins = ./plugins/filter:~/plugins/filter:/usr/share/ansible/plugins/filter
log_path = ~/ansible.log
# We may consider ansible.builtin.junit
callbacks_enabled = ansible.posix.profile_tasks,ansible.builtin.default
callbacks_enabled = ansible.posix.profile_tasks,ansible.posix.profile_roles,ansible.builtin.default
stdout_callback = ansible.builtin.default
callback_format_pretty = yaml
callback_result_format = yaml
Expand Down