Except that's not how ansible works
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
afab85e9f1
commit
fe6ab4dbc4
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
- name: Create temporary file
|
||||
tempfile: state=file
|
||||
tempfile: state=file suffix=yml
|
||||
register: tmpfile
|
||||
suffix: yml
|
||||
run_once: true
|
||||
|
||||
- name: Copy template {{template}} to temporary file ({{tmpfile.path}})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue