We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa71b50 commit 514d90bCopy full SHA for 514d90b
roles/lamachine-core/tasks/webserver.yml
@@ -172,7 +172,7 @@
172
owner: "{{unix_user}}"
173
group: "{{web_group}}"
174
mode: u+rwx,g+rwsx,a+rx
175
- when: not staging_path.stat.islnk
+ when: staging_path.stat.islnk is not defined or not staging_path.stat.islnk
176
177
- name: Create webserver data subdirectories (writable)
178
become: "{{lm_become}}"
0 commit comments