Skip to content

Commit 4e13ba6

Browse files
committed
ci: typo
1 parent 7407d9c commit 4e13ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/jws/tasks/uninstall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
- name: "Delete files from server home {{ jws_home }}"
2727
ansible.builtin.file:
28-
path: "{{ jws_home if jws_version is defined else jws_home | dirname }}"
28+
path: "{{ jws_home if jws_version is not defined else jws_home | dirname }}"
2929
state: absent
3030

3131
- name: "Delete install zipfile from server"

0 commit comments

Comments
 (0)