Gating tests: set TMPDIR=/var/tmp

Gating tests are failing with ENOSPC. Try explicitly setting
TMPDIR to /var/tmp which usually has more free space.

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago 2020-09-08 15:02:43 -06:00
parent f9bb4530a3
commit 6abb993854

View File

@ -1,5 +1,7 @@
---
- hosts: localhost
environment:
TMPDIR: /var/tmp
roles:
- role: standard-test-basic
tags: