Re: [ansible-project] create tepdir and copy file into it?

2018-04-11 Thread Michael Renner
Moin, [...] > > If I understand you correctly you want to download to localhost, and then > copy it out to all the host in the play. > If so you need to add run_once and delegate_to. you need to add run_once > and delegate_to [...] CU -- You received this message because you are subscr

Re: [ansible-project] create tepdir and copy file into it?

2018-04-10 Thread Kai Stian Olstad
On Tuesday, 10 April 2018 16.31.44 CEST Michael Renner wrote: > Moin, > > I want to download a file using the maven_artifact plugin into a temporary > directory (an copy this to several other maschines). Now I wonder how to > use a registerd variable for this . > > > - name: create tempo

[ansible-project] create tepdir and copy file into it?

2018-04-10 Thread Michael Renner
Moin, I want to download a file using the maven_artifact plugin into a temporary directory (an copy this to several other maschines). Now I wonder how to use a registerd variable for this . - name: create temporary build directory tempfile: state: directory suffix: _baz