Re: [ansible-project] local_action using remote file content

2015-01-12 Thread Capi Etheriel
did you write the module? btw, for cloning it should be enough to support deploy keys. Em terça-feira, 31 de dezembro de 2013 13:09:13 UTC-2, bryan hunt escreveu: > > > Not for performing VCS tasks but for talking directly to the bitbucket > rest API. > > http://restbrowser.bitbucket.org > > In

Re: [ansible-project] Re: unarchive module: creates does not work

2014-12-18 Thread Capi Etheriel
are you using variables in both complex syntax and inline syntax? can you post the actual task where you use that module? also, are you using copy=false? Em quarta-feira, 10 de dezembro de 2014 14h49min45s UTC-2, bry...@gmail.com escreveu: > > Pardon the reply to myself but I've stumbled upon a l

Re: [ansible-project] Unexpected "Item is undefined"

2014-12-11 Thread Capi Etheriel
: > > > > On 10 December 2014 at 21:41, Capi Etheriel > wrote: > >> Hi folks >> >> I got kind of stuck with >> https://gist.github.com/barraponto/a14c264a7755c8371ade >> > > ​kast line(13) in the task file, the indent of with_items is wrong: >

[ansible-project] Unexpected "Item is undefined"

2014-12-10 Thread Capi Etheriel
Hi folks I got kind of stuck with https://gist.github.com/barraponto/a14c264a7755c8371ade It's in a role as you can see. I've gisted the only files I edited in it. The problem is it says item is not defined: fatal: [localhost] => One or more undefined variables: 'item' is undefined I'm running

[ansible-project] Implicit localhost won't load host_vars/localhost/*.yml

2014-12-09 Thread Capi Etheriel
I'd expect implicit localhost to behave just like any other host when it comes to loading variables from host_vars. But it doesn't load vars from host_vars/localhost.yml nor host_vars/localhost/somefile.yml Of course, it behaves as expected when it comes to group_vars (it loads group_vars/* but