On 26. april 2017 21:55, Raymond Nonya wrote:
Still having issues. I completely started over and no luck. Ansible still complains, it is complaining about action and every time I change something it complains about another stanza. Here is the error ansible-playbook TEST -i hosts -C ERROR! Syntax Error while loading YAML.
You have problem with indentation, I do recommend reading the docs, start with this one,
https://docs.ansible.com/ansible/YAMLSyntax.html And then read this one, https://docs.ansible.com/ansible/playbooks_intro.html Do look at the indentation that is 2 spaces in the examples. In YAML, indentation is is essential. -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/fa872b5e-78b5-bd27-a5a0-739cbdafa4b3%40olstad.com. For more options, visit https://groups.google.com/d/optout.
