Fix install role

py3
Emilien Mantel 2019-12-26 17:23:36 +01:00
parent c524b97b0f
commit 21edb6b584
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ before_install:
install:
- pip install "$ANSIBLE_VERSION"
- ansible-galaxy install -p ./tests HanXHX.php,master
- mv ./tests/HanXHX.php ./tests/TMP__HanXHX.php
script:
- VAGRANT_DEFAULT_PROVIDER=docker vagrant up $PLATFORM

View File

@ -112,7 +112,7 @@ If you need to dev this role locally
Before use vagrant, run once:
```
ansible-galaxy install -p ./tests/ HanXHX.php,master && mv tests/HanXHX.php/ tests/TMP__HanXHX.php
ansible-galaxy install -p ./tests/ HanXHX.php,master
```
Example Playbook