mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-03 12:12:10 +07:00
Fix install role
This commit is contained in:
@@ -27,7 +27,6 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- pip install "$ANSIBLE_VERSION"
|
- pip install "$ANSIBLE_VERSION"
|
||||||
- ansible-galaxy install -p ./tests HanXHX.php,master
|
- ansible-galaxy install -p ./tests HanXHX.php,master
|
||||||
- mv ./tests/HanXHX.php ./tests/TMP__HanXHX.php
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- VAGRANT_DEFAULT_PROVIDER=docker vagrant up $PLATFORM
|
- VAGRANT_DEFAULT_PROVIDER=docker vagrant up $PLATFORM
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ If you need to dev this role locally
|
|||||||
Before use vagrant, run once:
|
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
|
Example Playbook
|
||||||
|
|||||||
Reference in New Issue
Block a user