Fixed travis
This commit is contained in:
parent
6de70eda3d
commit
09c0bff8fb
|
@ -8,7 +8,6 @@ install:
|
||||||
- pip install ansible
|
- pip install ansible
|
||||||
script:
|
script:
|
||||||
- echo localhost > inventory
|
- echo localhost > inventory
|
||||||
- echo "[defaults]" > ansible.cfg
|
- export ANSIBLE_ROLES_PATH="../"
|
||||||
- echo "roles_path = ../" >> ansible.cfg
|
|
||||||
- ansible-playbook -i inventory --syntax-check msmtp.yml
|
- ansible-playbook -i inventory --syntax-check msmtp.yml
|
||||||
- ansible-playbook -i inventory --connection=local --sudo -vvvv msmtp.yml
|
- ansible-playbook -i inventory --connection=local --sudo -vvvv msmtp.yml
|
||||||
|
|
Loading…
Reference in a new issue