|
|
@ -3,6 +3,7 @@ python: |
|
|
- '2.7' |
|
|
- '2.7' |
|
|
install: |
|
|
install: |
|
|
- pip install ansible==2.4.0 |
|
|
- pip install ansible==2.4.0 |
|
|
|
|
|
- pip install jmespath |
|
|
script: |
|
|
script: |
|
|
- ansible-playbook -i tests/.meta/inventory tests/.meta/main.yml |
|
|
- ansible-playbook -i tests/.meta/inventory tests/.meta/main.yml |
|
|
- for test in tests/*/; do ansible-playbook -i $test/inventory $test/test.yml; done |
|
|
- for test in tests/*/; do ansible-playbook -i $test/inventory $test/test.yml; done |
|
|
|