mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
no runas
This commit is contained in:
parent
3e8358b7b3
commit
a0c70cec88
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@
|
|||
unarchive:
|
||||
src: "{{ downloads_dir }}/{{ item.name }}.zip"
|
||||
dest: "{{ minetest_game_dir }}/mods"
|
||||
owner: "{{ minetest_runas_user }}"
|
||||
group: "{{ minetest_runas_group }}"
|
||||
when: not minetest_mod.stat.exists
|
||||
|
||||
- name: Check if mod name has 'master' in it
|
||||
|
|
Loading…
Reference in a new issue