mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
69173d08fc
commit
73f047c94e
1 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue