Fix asserts and run ansible by distros

This commit is contained in:
Paul Montero
2017-09-19 22:35:13 -05:00
parent eaa1c80c1e
commit 0eb3277351
3 changed files with 22 additions and 12 deletions

View File

@@ -21,7 +21,9 @@ before_install:
script:
- cd tests
- docker-compose up -d
- ansible-playbook user.yml
- ansible-playbook user.yml -l centos
- ansible-playbook user.yml -l debian
- ansible-playbook user.yml -l ubuntu
before_cache:
- >