minecraft: Force value to string

This commit is contained in:
Timo Makinen 2023-01-13 11:29:41 +00:00
parent 798013e6d5
commit 51aae59890

View file

@ -70,7 +70,7 @@
- name: Copy configs
ansible.builtin.copy:
dest: "/srv/minecraft/{{ item }}"
content: []
content: "[]"
force: false
mode: 0660
owner: root