Browse Source

Merge pull request #1028 from holser/ansible.cfg

Add timings to RECAP output.
pull/1030/head
Matthew Mosesohn 7 years ago
committed by GitHub
parent
commit
64e40d471c
2 changed files with 3 additions and 0 deletions
  1. 1
      ansible.cfg
  2. 2
      tests/ansible.cfg

1
ansible.cfg

@ -9,3 +9,4 @@ fact_caching = jsonfile
fact_caching_connection = /tmp
stdout_callback = skippy
library = ./library
callback_whitelist = profile_tasks

2
tests/ansible.cfg

@ -6,3 +6,5 @@ host_key_checking=False
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp
stdout_callback = skippy
callback_whitelist = profile_tasks
Loading…
Cancel
Save