Commit b99303ae authored by nanahira's avatar nanahira

fix

parent 41cebbff
Pipeline #459 failed with stage
in 2 minutes and 22 seconds
......@@ -10,7 +10,7 @@ before_script:
- pip install -U ansible
- ansible --version
- wget -O - https://minio.mycard.moe:9000/nanahira/mitogen-0.2.9.tar.gz | tar zxvf -
- cp tests/ansible.cfg .
- cp tests/ansible.cfg /etc/ansible/
test_in_vm:
......
[defaults]
inventory = ./tests/inventory.yaml
host_key_checking = False
strategy_plugins = mitogen-0.2.9/ansible_mitogen/plugins/strategy
strategy_plugins = ./mitogen-0.2.9/ansible_mitogen/plugins/strategy
strategy = mitogen_linear
roles_path = ../
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment