On 19.01.17 11:48 Mátyás Kovács wrote:
> Hi!
> 
> Thanks for the advice, I like it. But, I have a syntax error with this:
> 
> ---
> - hosts: all
>   tasks:
>     - iptables_raw:

The indentation is wrong, the dash should be indented as tasks is:

- hosts: all
  tasks:
  - iptables_raw:


https://docs.ansible.com/ansible/playbooks_intro.html#playbook-language-example


-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/048d3bd3-dbd0-af85-0e8b-2ae61114fe9d%40ojkastl.de.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to