minecraft: Force value to string
This commit is contained in:
parent
798013e6d5
commit
51aae59890
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
- name: Copy configs
|
- name: Copy configs
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: "/srv/minecraft/{{ item }}"
|
dest: "/srv/minecraft/{{ item }}"
|
||||||
content: []
|
content: "[]"
|
||||||
force: false
|
force: false
|
||||||
mode: 0660
|
mode: 0660
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Add table
Reference in a new issue