From 73f047c94eb11cd97bd96575ee6c7b21b6ec5d65 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 7 Feb 2019 19:21:42 -0500 Subject: [PATCH] Update main.yml --- roles/minetest/tasks/main.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/roles/minetest/tasks/main.yml b/roles/minetest/tasks/main.yml index 10863b140..6d428fc7d 100644 --- a/roles/minetest/tasks/main.yml +++ b/roles/minetest/tasks/main.yml @@ -3,7 +3,7 @@ - name: No install except Raspberry Pi for now debug: - msg: "No install except Raspberry Pi for now." + msg: "No install except Raspberry Pi for now." when: not is_rpi - name: Terminate play @@ -43,20 +43,20 @@ # Install mods - include: minetest_install_mods.yml with_items: - - name: moreblocks - url: https://github.com/minetest-mods/moreblocks/archive/master.zip - - name: moreores - url: https://github.com/Calinou/moreores/archive/master.zip - - name: basic_materials - url: https://gitlab.com/VanessaE/basic_materials/-/archive/master/basic_materials-master.zip - - name: mesecons - url: https://github.com/minetest-mods/mesecons/archive/master.zip - - name: digilines - url: https://github.com/minetest-mods/digilines/archive/master.zip - - name: pipeworks - url: https://github.com/minetest-mods/pipeworks/archive/master.zip - - name: Minetest-WorldEdit - url: https://github.com/Uberi/Minetest-WorldEdit/archive/master.zip + - name: moreblocks + url: https://github.com/minetest-mods/moreblocks/archive/master.zip + - name: moreores + url: https://github.com/Calinou/moreores/archive/master.zip + - name: basic_materials + url: https://gitlab.com/VanessaE/basic_materials/-/archive/master/basic_materials-master.zip + - name: mesecons + url: https://github.com/minetest-mods/mesecons/archive/master.zip + - name: digilines + url: https://github.com/minetest-mods/digilines/archive/master.zip + - name: pipeworks + url: https://github.com/minetest-mods/pipeworks/archive/master.zip + - name: Minetest-WorldEdit + url: https://github.com/Uberi/Minetest-WorldEdit/archive/master.zip when: minetest_install # enable or disable @@ -84,7 +84,7 @@ - option: name value: Minetest Server - option: description - value: '"Well known game Minetest."' + value: '"Minetest is an open source clone of the Minecraft building blocks game."' - option: minetest_world_dir value: "{{ minetest_world_dir }}" - option: minetest_port @@ -92,4 +92,4 @@ - option: minetest_enabled value: "{{ minetest_enabled }}" - option: minetest_world_dir - value: "{{ minetest_world_dir }}" \ No newline at end of file + value: "{{ minetest_world_dir }}"