[ansible-project] ansible.runner.HostVars object has no element

2014-03-21 Thread David Neudorfer
Ansible is telling me that the HostVars object has no element, but when I run setup I see the object! setup: ansible_eth1: { active: true, device: eth1, ipv4: { address: 10.209.169.109, netmask: 255.255.224.0,

Re: [ansible-project] ansible.runner.HostVars object has no element

2014-03-21 Thread James Tanner
Before the mysql_user task, add a debug task to check the hostvars data structure ... - debug: var=hostvars That should tell you what is available during the play execution. On Mar 21, 2014, at 10:53 AM, David Neudorfer david.neudor...@warbyparker.com wrote: Ansible is telling me that the