Olá galera.
Estou com um erro logo no início e não consegui consertar.
segue meu arquivo provisioning.yml
---
- hosts: all
tasks:
- apt:
name: php5
state: latest
become: yes
realizo o comando:
$ ansible-playbook provisioning.yml -u vagrant -i hosts --private-key .vagrant/machines/wordpress/virtualbox/private_key
ERROR! Syntax Error while loading YAML.
mapping values are not allowed in this context
The error appears to have been in '/home/salatux/Devops/Ansible/provisioning.yml': line 3, column 10, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- hosts: all
tasks:
^ here
Já tentei várias alterações no arquivo, mas nada funcionou. Alguém sabe me dizer o que há de errado?
Muito obrigado.