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
|
- name: No install except Raspberry Pi for now
|
||||||
debug:
|
debug:
|
||||||
msg: "No install except Raspberry Pi for now."
|
msg: "No install except Raspberry Pi for now."
|
||||||
when: not is_rpi
|
when: not is_rpi
|
||||||
|
|
||||||
- name: Terminate play
|
- name: Terminate play
|
||||||
|
@ -43,20 +43,20 @@
|
||||||
# Install mods
|
# Install mods
|
||||||
- include: minetest_install_mods.yml
|
- include: minetest_install_mods.yml
|
||||||
with_items:
|
with_items:
|
||||||
- name: moreblocks
|
- name: moreblocks
|
||||||
url: https://github.com/minetest-mods/moreblocks/archive/master.zip
|
url: https://github.com/minetest-mods/moreblocks/archive/master.zip
|
||||||
- name: moreores
|
- name: moreores
|
||||||
url: https://github.com/Calinou/moreores/archive/master.zip
|
url: https://github.com/Calinou/moreores/archive/master.zip
|
||||||
- name: basic_materials
|
- name: basic_materials
|
||||||
url: https://gitlab.com/VanessaE/basic_materials/-/archive/master/basic_materials-master.zip
|
url: https://gitlab.com/VanessaE/basic_materials/-/archive/master/basic_materials-master.zip
|
||||||
- name: mesecons
|
- name: mesecons
|
||||||
url: https://github.com/minetest-mods/mesecons/archive/master.zip
|
url: https://github.com/minetest-mods/mesecons/archive/master.zip
|
||||||
- name: digilines
|
- name: digilines
|
||||||
url: https://github.com/minetest-mods/digilines/archive/master.zip
|
url: https://github.com/minetest-mods/digilines/archive/master.zip
|
||||||
- name: pipeworks
|
- name: pipeworks
|
||||||
url: https://github.com/minetest-mods/pipeworks/archive/master.zip
|
url: https://github.com/minetest-mods/pipeworks/archive/master.zip
|
||||||
- name: Minetest-WorldEdit
|
- name: Minetest-WorldEdit
|
||||||
url: https://github.com/Uberi/Minetest-WorldEdit/archive/master.zip
|
url: https://github.com/Uberi/Minetest-WorldEdit/archive/master.zip
|
||||||
when: minetest_install
|
when: minetest_install
|
||||||
|
|
||||||
# enable or disable
|
# enable or disable
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
- option: name
|
- option: name
|
||||||
value: Minetest Server
|
value: Minetest Server
|
||||||
- option: description
|
- option: description
|
||||||
value: '"Well known game Minetest."'
|
value: '"Minetest is an open source clone of the Minecraft building blocks game."'
|
||||||
- option: minetest_world_dir
|
- option: minetest_world_dir
|
||||||
value: "{{ minetest_world_dir }}"
|
value: "{{ minetest_world_dir }}"
|
||||||
- option: minetest_port
|
- option: minetest_port
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue