- I cannot get any playbook to work
- I am trying to use Ansible to configure cloud VM’s for me.- Macbook Pro is my central system
Here is my first playbook:
Julians-Macbook-Pro:deploy_with_ansible julianbrown$ cat deploy_julian_bin.yml
Here is my first playbook:
Julians-Macbook-Pro:deploy_with_ansible julianbrown$ cat deploy_julian_bin.yml
Indentation
Add two spaces in front of the remote_user to get past this particular problem.
-toshio
Ansible uses YAML as the playbook format, which means
spaces/indentation is significant, make sure your playbook looks like
this:
Thank you that worked