Ver código fonte

Fix for selfoss, need proper permissions so it can work.

Thomas Buck 5 anos atrás
pai
commit
06b6847a8d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      roles/news/tasks/selfoss.yml

+ 1
- 1
roles/news/tasks/selfoss.yml Ver arquivo

@@ -49,7 +49,7 @@
49 49
   file: path=/root/selfoss state=absent
50 50
 
51 51
 - name: Set selfoss ownership
52
-  action: file owner=root group=www-data path=/var/www/selfoss recurse=yes state=directory
52
+  action: file owner=www-data group=www-data path=/var/www/selfoss recurse=yes state=directory
53 53
 
54 54
 - name: Set selfoss permission
55 55
   action: file path=/var/www/selfoss/{{ item }} mode=0775

Carregando…
Cancelar
Salvar