fix: update condition for temp_dir.path in geesefs.yml task
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ temp_dir.path }}"
|
path: "{{ temp_dir.path }}"
|
||||||
state: absent
|
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
|
- name: Create mount directory if it doesn't exist
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
Reference in New Issue
Block a user