Fix typo in README template
I corrected the path `molecule/resources` to `molecule/default`
This commit is contained in:
parent
8ca240a86d
commit
c533b0f362
|
|
@ -8,12 +8,12 @@
|
||||||
|
|
||||||
## [Example Playbook](#example-playbook)
|
## [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
|
```yaml
|
||||||
{{ example.content | b64decode | regex_replace('ansible-role-', galaxy_namespace ~ '.') }}```
|
{{ example.content | b64decode | regex_replace('ansible-role-', galaxy_namespace ~ '.') }}```
|
||||||
|
|
||||||
{% if prepare.content is defined %}
|
{% 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
|
```yaml
|
||||||
{{ prepare.content | b64decode | regex_replace('ansible-role-', galaxy_namespace ~ '.') }}```
|
{{ prepare.content | b64decode | regex_replace('ansible-role-', galaxy_namespace ~ '.') }}```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue