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: file:
path: "{{ item }}" path: "{{ item }}"
state: directory state: directory
owner: git owner: dokku
group: git group: dokku
with_items: with_items:
- /var/lib/minio - /var/lib/minio
become: true become: true