Commit ddd0bde6 authored by nanahira's avatar nanahira

fix ci

parent 78af4ed6
Pipeline #451 failed with stage
in 2 minutes and 41 seconds
......@@ -18,8 +18,8 @@ test_in_vm:
tags:
- vc
script:
- ansible-playbook -i tests/inventory.yaml tests/test.yml --syntax-check
- ansible-playbook -i tests/inventory.yaml tests/test.yml
- ansible-playbook tests/test.yml --syntax-check
- ansible-playbook tests/test.yml
test_in_container:
stage: test
......@@ -27,5 +27,5 @@ test_in_container:
- linux
image: debian:buster-slim
script:
- ansible-playbook -i tests/inventory.yaml tests/test.yml --syntax-check
- ansible-playbook -i tests/inventory.yaml tests/test.yml
- ansible-playbook tests/test.yml --syntax-check
- ansible-playbook tests/test.yml
[defaults]
inventory = ./inventory.yaml
inventory = ./tests/inventory.yaml
host_key_checking = False
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