mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
Commit minetest play
This commit is contained in:
@@ -7,3 +7,4 @@
|
||||
- include: ufw.yml
|
||||
- include: znc.yml
|
||||
- include: bzflag.yml
|
||||
- include: minetest.yml
|
||||
|
||||
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