mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-15 23:29:25 +00:00
10 lines
181 B
YAML
10 lines
181 B
YAML
# Configure minetest
|
|
---
|
|
- name: Install minetest.conf
|
|
copy:
|
|
src: ../files/minetest.conf
|
|
dest: /etc/minetest/minetest.conf
|
|
owner: root
|
|
group: root
|
|
mode: 0644
|