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
|
||||
ansible.builtin.copy:
|
||||
dest: "/srv/minecraft/{{ item }}"
|
||||
content: []
|
||||
content: "[]"
|
||||
force: false
|
||||
mode: 0660
|
||||
owner: root
|
||||
|
|
Loading…
Add table
Reference in a new issue