Skip to content

Commit

Permalink
Include task timestamps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkasad committed Jul 28, 2024
1 parent 4727062 commit cb35bc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ vault_password_file = ./vault_password.txt

# Print output/errors in human-readable format
stdout_callback = ansible.posix.debug

# Print timestamp for each task
;callbacks_enabled = ansible.posix.profile_tasks

[callback_profile_tasks]
# Don't show summary of longest-running tasks
;task_output_limit = 0
4 changes: 4 additions & 0 deletions ci/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ library = ../library
inventory = inventory
stdout_callback = ansible.posix.debug
strategy = free
callbacks_enabled = ansible.posix.profile_tasks

[callback_profile_tasks]
task_output_limit = 0

0 comments on commit cb35bc5

Please sign in to comment.