Hi,

If you look at the git example I created

https://github.com/jamesdmorgan/ansible1.8.1_template_issue

.
├── debug_log
├── README.md
├── roles
│   └── env-debug
│       ├── defaults
│       │   └── main.yml
│       ├── tasks
│       │   └── main.yml
│       └── templates
│           └── dumpall.j2
└── site.yml


I just ran

ansible-playbook --connection=local site.yml

The issue seems to be around the template which contains

*{{ hostvars | to_nice_json }}*

If I remove this it works fine.

Hope that helps

James




-- 
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/b79e8acf-c769-4ba4-9eb4-22bd76ad2e09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to