1
0
Fork 0
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:
A Holt 2019-02-07 19:21:42 -05:00 committed by GitHub
parent 69173d08fc
commit 73f047c94e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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