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

make idempotent

This commit is contained in:
Tim Moody 2019-02-10 13:09:43 -05:00
parent 5abac0413f
commit 2e535d5233

View file

@ -28,7 +28,7 @@
repo: https://github.com/Calinou/carbone-ng.git
dest: "{{ minetest_game_dir }}"
depth: 1
when: minetest_default_game == "carbone-ng"
when: not minetest_world.stat.exists and minetest_default_game == "carbone-ng"
- name: Give minetest user ownership of carbone-ng
file: