Closed tvw closed 2 years ago
You can always use a yaml syntax checker such as this one here to see if it has valid yaml syntax http://www.yamllint.com/
You can also look at the following link for the yaml syntax https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html
This sounds like a general Ansible question, more than something specific to the role. I will close for now, but please re-open if you have more interrogations.
My playbook looks like this:
with a file-system like this:
How can I install rvm and some rubies from within one of my roles?
Also the yaml used in the examples looks very strange to me and not very yaml.