Fix right

This commit is contained in:
Dryusdan 2023-02-06 21:27:37 +01:00
parent b077d95e2d
commit 644d9f3643
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
ansible.builtin.file:
path: "{{ item.home | default('/var/opt/vikunja') }}/www"
state: directory
mode: '0750'
mode: '0755'
become: yes
become_user : "{{ item.name | default('vikunja') }}"
become_method: su