Fix tmpdir cleaning error when tmpdir is not created.§
This commit is contained in:
parent
b010f9db84
commit
64c6a74de2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue