Bump to root when stopping service
ups
This commit is contained in:
parent
bcf8fe1081
commit
b044082ea1
@ -53,6 +53,8 @@
|
|||||||
systemd:
|
systemd:
|
||||||
name: "minecraft@{{ mcname }}"
|
name: "minecraft@{{ mcname }}"
|
||||||
state: stopped
|
state: stopped
|
||||||
|
become: yes
|
||||||
|
become_user: root
|
||||||
- name: Remove remnants of old pack
|
- name: Remove remnants of old pack
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user