Keep getting an error when running the following playbook.  Copied from 
gethub and watch youtube running the same w/o error. 

---
- name: Get Existing UCS Information
  hosts: ucs (Runs on UCS group in the inv file)
  connection: local
  gather_facts: no

  tasks:
    - name: Pull WWPNs from UCS
      getucswwpns:
        host={{ inventory_hostname }}
        ucs_user="config"
        ucs_pass="config"
        outputfile=output.txt
        logfile=log.txt


Error:

The offending line appears to be:

  tasks:
    - name: Pull WWPNs from UCS
      ^ here


Any help appreciated. 

-- 
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/62d7ec98-de20-4798-912b-02d79e36f565%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to