Fix user account

This commit is contained in:
Luke Murphy
2020-03-26 12:01:27 +01:00
parent 0cc3b58015
commit 47da74ce4c

View File

@ -19,8 +19,8 @@
file:
path: "{{ item }}"
state: directory
owner: git
group: git
owner: dokku
group: dokku
with_items:
- /var/lib/minio
become: true