Fix typo in README template

I corrected the path `molecule/resources` to `molecule/default`
This commit is contained in:
Maxwell G 2021-07-27 18:48:19 -05:00
parent 8ca240a86d
commit c533b0f362
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8
1 changed files with 2 additions and 2 deletions

View File

@ -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 ~ '.') }}```