Ajust permissions of files in public folder
gitea/ansible-roles/pipeline/head This commit looks good Details

This commit is contained in:
Mathieu Gauthier-Pilote 2023-01-16 09:23:16 -05:00
parent 4aa133ebda
commit 6c29a1f6d4
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@
args:
chdir: "~/mastodon"
executable: /bin/bash # fails with /bin/sh
- name: Adjust permissions of files in public folder
file:
path: "~/mastodon/public"
state: directory
mode: 'o=rX'
recurse: true
become_user: "{{ service }}"
- name: Restart services