ansible-nas/.travis.yml
2018-12-10 22:27:35 +00:00

19 lines
No EOL
329 B
YAML

---
language: python
services: docker
env:
- playbook: nas.yml
distro: ubuntu1804
test_syntax: true
test_playbook: false
test_idempotence: false
install:
- pip install ansible-lint
script:
- cp ${PWD}/tests/all.yml.test ${PWD}/group_vars/test.yml
- ansible-lint ${PWD}/nas.yml
- ${PWD}/tests/test.sh