Skip to content

Commit ca4814e

Browse files
committed
syntax
1 parent 6723f3a commit ca4814e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/wordpress-setup/tasks/bedrock-detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
'public_path': (
8484
bedrock_v2_remote_check.results[ansible_loop.index0].stat.exists | default(false) | ternary('public',
8585
bedrock_v1_remote_check.results[ansible_loop.index0].stat.exists | default(false) | ternary('web',
86-
item.value.public_path | default('web'))),
86+
item.value.public_path | default('web')))),
8787
'upload_path': (
8888
bedrock_v2_remote_check.results[ansible_loop.index0].stat.exists | default(false) | ternary('uploads',
8989
bedrock_v1_remote_check.results[ansible_loop.index0].stat.exists | default(false) | ternary('app/uploads',

0 commit comments

Comments
 (0)