I have this very simple playbook
---
- hosts:
    - all
  gather_facts: no
  vars:
    - my_list: [1,2,3,4]
  tasks:
    - name: TEMPLATE
      template:
       dest='/home/Ansible/dest.y'
       src='src.j2'

And when I run the playbook I got:
failed: [HOST-A] => {"failed": true}
msg: missing required arguments: dest


Any idea?
Thanks.

-- 
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/4637424c-02e9-44a9-917f-b943f8736ca3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to