Problem scenario
You run an Ansible playbook but you get an error about “this one looks like it might be an issue with missing quotes.” Your Ansible playbook compares two variables with each other.
After running ansible-playbook on the .yaml file, you get this error:
“ERROR! Syntax Error while loading YAML.
expected <block end>, but found ‘<scalar>’
The error appears to have been in ‘/home/cooluser/good.yaml’: line 12,
…