fix role #6

Closed
meaz wants to merge 3 commits from fix_role into main
Owner

Role was not deploying fine coz of missings vars that are set in template.

Role was not deploying fine coz of missings vars that are set in template.
muppeth was assigned by meaz 2022-10-30 15:47:21 +01:00
meaz added 2 commits 2022-10-30 15:47:23 +01:00
meaz reviewed 2023-01-07 12:09:23 +01:00
@ -50,7 +50,17 @@ pleroma_db: "pleroma"
pleroma_db_user: "admin"
pleroma_data_dir: "/srv/pleroma_data/"
Author
Owner

you set pleroma_data_dir: "/srv/pleroma_data/" in main.yml, but in template, you have static_dir: "{{ pleroma_data_dir }}/static/" which would give static_dir: "/srv/pleroma_data//static/" so you should remove the extra / in one or the other. Same with uploads: "{{ pleroma_data_dir }}/uploads/"

you set `pleroma_data_dir: "/srv/pleroma_data/"` in main.yml, but in template, you have `static_dir: "{{ pleroma_data_dir }}/static/"` which would give `static_dir: "/srv/pleroma_data//static/"` so you should remove the extra `/` in one or the other. Same with `uploads: "{{ pleroma_data_dir }}/uploads/"`
meaz marked this conversation as resolved
meaz added 1 commit 2023-02-05 10:50:36 +01:00
meaz closed this pull request 2023-02-05 11:01:36 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Disroot-Ansible/pleroma#6
No description provided.