Re: [ansible-project] Re: include_vars not working correctly in case of remote hosts

2014-10-30 Thread Michael DeHaan
include_vars always runs on your local machine, this is what it does :) On Wed, Oct 29, 2014 at 2:48 PM, Sankalp Khare wrote: > The end-goal is to get the variables loaded into your ansible run. How > about separating out your task into two distinct activities: > >1. Fetching the file from

[ansible-project] Re: include_vars not working correctly in case of remote hosts

2014-10-29 Thread Sankalp Khare
The end-goal is to get the variables loaded into your ansible run. How about separating out your task into two distinct activities: 1. Fetching the file from S3 *on the machine where you are doing the ansible run*, and loading variables from it 2. Uploading a copy of the file to the rem