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

Update provision.yml

Fixes [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated.
This commit is contained in:
Blondel MONDESIR 2021-10-17 20:17:33 -04:00 committed by GitHub
parent 2cf47cbd5d
commit 6127c21b37
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