fix: Fix deployment user group variable

This commit is contained in:
Mangiang 2021-10-29 15:10:52 -04:00
parent 2e5e2e48e2
commit 568e90e194
No known key found for this signature in database
GPG Key ID: DAE9B92A692CD55C

View File

@ -37,7 +37,7 @@
file:
path: "{{ lookup('env', 'SPT_ITEMS_PATH') }}"
owner: "{{ lookup('env', 'DEPLOYMENT_USER') }}"
group: "{{ lookup('env', 'SPT_ITEMS_HOSTNAME') }}"
group: "{{ lookup('env', 'DEPLOYMENT_USER_GROUP') }}"
mode: 0774
recurse: yes