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/8443cf46-3e84-4cdb-9a13-9dfa567b2718%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to