There was an error while loading. Please reload this page.
1 parent 6723f3a commit ca4814eCopy full SHA for ca4814e
1 file changed
roles/wordpress-setup/tasks/bedrock-detection.yml
@@ -83,7 +83,7 @@
83
'public_path': (
84
bedrock_v2_remote_check.results[ansible_loop.index0].stat.exists | default(false) | ternary('public',
85
bedrock_v1_remote_check.results[ansible_loop.index0].stat.exists | default(false) | ternary('web',
86
- item.value.public_path | default('web'))),
+ item.value.public_path | default('web')))),
87
'upload_path': (
88
bedrock_v2_remote_check.results[ansible_loop.index0].stat.exists | default(false) | ternary('uploads',
89
bedrock_v1_remote_check.results[ansible_loop.index0].stat.exists | default(false) | ternary('app/uploads',
0 commit comments