Fix using a group that doesn't exist

This commit is contained in:
Salt 2020-05-15 10:40:14 -05:00
parent ea2e75f87b
commit c514fb4183

View File

@ -21,7 +21,7 @@
path: "{{ terraria_root }}" path: "{{ terraria_root }}"
state: directory state: directory
owner: root owner: root
group: terraria group: ter-admin
# Sticky, SetGID # Sticky, SetGID
mode: "3770" mode: "3770"
- name: Assure systemd unit - name: Assure systemd unit