Do not use slashes in suffix

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-07-25 17:48:11 +00:00
parent 62a1da16e8
commit 12037c9188

View file

@ -25,7 +25,7 @@
- name: Make a tmp directory - name: Make a tmp directory
tempfile: tempfile:
state: directory state: directory
suffix: /var/tmp/badges-tempdir suffix: _badges_tempdir
register: tmp register: tmp
- set_fact: - set_fact: