Skip to content

Commit

Permalink
Fix install role
Browse files Browse the repository at this point in the history
  • Loading branch information
HanXHX committed Dec 26, 2019
1 parent c524b97 commit 21edb6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21edb6b

Please sign in to comment.