run -> runs

This commit is contained in:
Robert de Bock 2020-09-07 06:56:49 +02:00
parent 851a600ef7
commit da88d8a9a4
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}