Fix tmpdir cleaning error when tmpdir is not created.§

This commit is contained in:
Timo Makinen 2019-05-10 11:12:35 +03:00
parent b010f9db84
commit 64c6a74de2

View file

@ -77,7 +77,7 @@
path: "{{ tmpdir.path }}" path: "{{ tmpdir.path }}"
state: absent state: absent
delegate_to: localhost delegate_to: localhost
when: tmpdir when: tmpdir.path is defined
- name: start vm - name: start vm
virt: virt: