Skip to content

Commit

Permalink
ci: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Oct 20, 2023
1 parent 7407d9c commit 4e13ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/jws/tasks/uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

- name: "Delete install zipfile from server"
Expand Down

0 comments on commit 4e13ba6

Please sign in to comment.