Skip to content

Commit 514d90b

Browse files
committed
fix link check
1 parent aa71b50 commit 514d90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/lamachine-core/tasks/webserver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
owner: "{{unix_user}}"
173173
group: "{{web_group}}"
174174
mode: u+rwx,g+rwsx,a+rx
175-
when: not staging_path.stat.islnk
175+
when: staging_path.stat.islnk is not defined or not staging_path.stat.islnk
176176

177177
- name: Create webserver data subdirectories (writable)
178178
become: "{{lm_become}}"

0 commit comments

Comments
 (0)