We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56af8c7 commit 6a38960Copy full SHA for 6a38960
tests/scripts/before_install.sh
@@ -12,7 +12,14 @@ set -o errexit
12
set -o pipefail
13
14
# Latest Ansible install
15
-pip install docker ansible
+pip install docker ansible mitogen
16
+
17
+cat << EOF > ansible.cfg
18
+[defaults]
19
+pipelining = True
20
+strategy = mitogen_linear
21
+strategy_plugins = /home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/ansible_mitogen/plugins/strategy
22
+EOF
23
24
# Pull docker image or build it
25
if [ -f tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION} ]
0 commit comments