Skip to content

Commit

Permalink
Remove warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Oct 27, 2020
1 parent bd83cbf commit 95cce0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ For verification `molecule/resources/verify.yml` runs after the role has been ap
- name: check if java can be started
command: java -version
changed_when: no
```

Also see a [full explanation and example](https://robertdebock.nl/how-to-use-these-roles.html) on how to use these roles.
Expand Down
1 change: 1 addition & 0 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@

- name: check if java can be started
command: java -version
changed_when: no

0 comments on commit 95cce0a

Please sign in to comment.