fix: update condition for temp_dir.path in geesefs.yml task
This commit is contained in:
parent
4e3a28164d
commit
1222ce8752
@ -54,7 +54,7 @@
|
||||
ansible.builtin.file:
|
||||
path: "{{ temp_dir.path }}"
|
||||
state: absent
|
||||
when: temp_dir.path is defined
|
||||
when: needs_installation | bool and temp_dir.path is defined
|
||||
|
||||
- name: Create mount directory if it doesn't exist
|
||||
ansible.builtin.file:
|
||||
|
Loading…
x
Reference in New Issue
Block a user