Except that's not how ansible works

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2017-07-25 19:54:33 +00:00
parent afab85e9f1
commit fe6ab4dbc4

View file

@ -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}})