Do not use slashes in suffix
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
62a1da16e8
commit
12037c9188
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
- name: Make a tmp directory
|
||||
tempfile:
|
||||
state: directory
|
||||
suffix: /var/tmp/badges-tempdir
|
||||
suffix: _badges_tempdir
|
||||
register: tmp
|
||||
|
||||
- set_fact:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue