Skip to content

Commit

Permalink
Fix: Check if roundcube directory exists
Browse files Browse the repository at this point in the history
fix the path
  • Loading branch information
neidiom authored and t2d committed Apr 20, 2023
1 parent d6408de commit 2487541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

- name: Check if roundcube directory exists
stat:
path: "{{ roundcube_user_home }}/roundcubemail-{{ roundcube_version }}"
path: "{{ roundcube_working_dir }}/roundcubemail-{{ roundcube_version }}"
register: "roundcube_directory"

- name: Get roundcube release
Expand Down

0 comments on commit 2487541

Please sign in to comment.