Fix user account

This commit is contained in:
Luke Murphy 2020-03-26 12:01:27 +01:00
parent 0cc3b58015
commit 47da74ce4c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

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