Fix access mode of /var/lib/dotfiles

This commit is contained in:
2020-02-23 15:19:28 +01:00
parent 3910d369c2
commit 023b2116f5

View File

@@ -132,6 +132,7 @@
path: /var/lib/dotfiles
owner: nobody
group: dotfiles
mode: '0775' # group needs write access!
become: true
become_user: root