Allow a custom message.
This commit is contained in:
parent
5eb9baeba0
commit
d7ac20605e
|
|
@ -29,3 +29,5 @@ molecule_action: "robertdebock/molecule-action@6.0.0"
|
|||
# Would you like to add a sponsor message?
|
||||
sponsor message: yes
|
||||
|
||||
# A custom message can be placed with this content.
|
||||
custom_message: "Also see a [full explanation and example](https://robertdebock.nl/how-to-use-these-roles.html) on how to use these roles."
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ The machine needs to be prepared. In CI this is done using [`molecule/default/pr
|
|||
{{ prepare.content | b64decode | regex_replace('ansible-role-', galaxy_namespace ~ '.') }}```
|
||||
|
||||
{% endif %}
|
||||
Also see a [full explanation and example](https://robertdebock.nl/how-to-use-these-roles.html) on how to use these roles.
|
||||
{% custom_message %}
|
||||
|
||||
{% if variables.content is defined %}
|
||||
## [Role Variables](#role-variables)
|
||||
|
|
|
|||
Loading…
Reference in New Issue