Re: [ansible-project] Fundamental Template Problem

2016-11-30 Thread Brian Coca
You are trying to connect to all hosts, the template module is trying to copy the generated file to the target hosts -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving ema

[ansible-project] Fundamental Template Problem

2016-11-22 Thread Jon Forrest
(Ansible 2.2 - Mac OS 12.1) I'm having trouble with a template I'm trying to create. So, I cut it down to a bare minimum. Consider the following: jon.yml - --- - name: big test hosts: all gather_facts: no tasks: - debug: var=inventory_hostname - nam