1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #2998 from deldesir/patch-3

Update provision.yml
This commit is contained in:
A Holt 2021-10-17 20:51:34 -04:00 committed by GitHub
commit 4f576958d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,13 +39,13 @@
when: minetest_default_game == "carbone-ng" when: minetest_default_game == "carbone-ng"
# Install games # Install games
#- include: minetest_install_games.yml #- include_tasks: minetest_install_games.yml
# with_items: # with_items:
# - name: carbone-ng # - name: carbone-ng
# url: https://github.com/Calinou/carbone-ng # url: https://github.com/Calinou/carbone-ng
# Install mods # Install mods
- include: minetest_install_mods.yml - include_tasks: 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