run -> runs
This commit is contained in:
parent
851a600ef7
commit
da88d8a9a4
|
|
@ -22,7 +22,7 @@ No preparation required.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if verifyyml.content is defined %}
|
{% if verifyyml.content is defined %}
|
||||||
For verification `molecule/resources/verify.yml` run after the role has been applied.
|
For verification `molecule/resources/verify.yml` runs after the role has been applied.
|
||||||
```yaml
|
```yaml
|
||||||
{{ verifyyml.content | b64decode | regex_replace('ansible-role-', galaxy_namespace ~ '.') }}```
|
{{ verifyyml.content | b64decode | regex_replace('ansible-role-', galaxy_namespace ~ '.') }}```
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue