Your indentation is still all over the place. Try: ---
- hosts: all tasks: - name: Installs splunk action: shell wget -O /tmp/splunk.rpm http://example.com/file - name: change file ownership file: path=/tmp/splunk.rpm owner=root mode=0700 -- 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/40e64209-a143-44ca-a394-63dd8dbed6e8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
