Browse Source

Merge pull request #809 from bogdando/ci_forks

Raise ansible forks for CI test config
pull/660/merge
Antoine Legrand 8 years ago
committed by GitHub
parent
commit
aab4149ab0
1 changed files with 1 additions and 0 deletions
  1. 1
      tests/ansible.cfg

1
tests/ansible.cfg

@ -1,6 +1,7 @@
[ssh_connection]
pipelining=True
[defaults]
forks = 20
host_key_checking=False
gathering = smart
fact_caching = jsonfile

Loading…
Cancel
Save