Skip to content

Commit

Permalink
changed version numberin README and clarified re: adding role to both…
Browse files Browse the repository at this point in the history
… server.yml and dev.yml
  • Loading branch information
jasonsbarr committed Nov 3, 2017
1 parent 1e202e9 commit 2594157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Add the role to the requirements.yml file of Trellis :
```yaml
- name: trellis-redis
src: jasonsbarr.trellis-redis
version: 0.1.0
version: 0.2.4
```
Run `ansible-galaxy install -r requirements.yml` to install the new role.<br>
Then, add the role into server.yml :
Then, add the role into both server.yml **and** dev.yml:
```yaml
roles:
... other Trellis roles ...
Expand Down

0 comments on commit 2594157

Please sign in to comment.