Merge pull request #2 from gotmax23/patch-1
Fix typo in README template
This commit is contained in:
commit
81538f0050
|
|
@ -8,12 +8,12 @@
|
|||
|
||||
## [Example Playbook](#example-playbook)
|
||||
|
||||
This example is taken from `molecule/resources/converge.yml` and is tested on each push, pull request and release.
|
||||
This example is taken from `molecule/default/converge.yml` and is tested on each push, pull request and release.
|
||||
```yaml
|
||||
{{ example.content | b64decode | regex_replace('ansible-role-', galaxy_namespace ~ '.') }}```
|
||||
|
||||
{% if prepare.content is defined %}
|
||||
The machine needs to be prepared in CI this is done using `molecule/resources/prepare.yml`:
|
||||
The machine needs to be prepared in CI this is done using `molecule/default/prepare.yml`:
|
||||
```yaml
|
||||
{{ prepare.content | b64decode | regex_replace('ansible-role-', galaxy_namespace ~ '.') }}```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue