mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-30 05:19:24 +00:00
Commit minetest play
This commit is contained in:
9
roles/shell/tasks/minetest.yml
Normal file
9
roles/shell/tasks/minetest.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
# Configure minetest
|
||||
---
|
||||
- name: Install minetest.conf
|
||||
copy:
|
||||
src: ../files/minetest.conf
|
||||
dest: /etc/minetest/minetest.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
Reference in New Issue
Block a user