Add conditionals to tmodloader download logic
This commit is contained in:
parent
b9e1be0f8a
commit
e0d6244aae
@ -23,6 +23,7 @@
|
||||
chdir: "{{ tmodloader_data_prefix }}/data/ModLoader/Mods"
|
||||
creates: "{{ tmodloader_data_prefix }}/data/ModLoader/Mods/{{ item }}.tmod"
|
||||
with_list: "{{ tmodloader_mods }}"
|
||||
when: "{{ tmodloader_mods }}"
|
||||
notify: "restart tmodloader {{ tmodloader_name }}"
|
||||
- name: enable mods
|
||||
ansible.builtin.template:
|
||||
@ -31,6 +32,7 @@
|
||||
owner: "{{ tmodloader_uid }}"
|
||||
group: "{{ tmodloader_gid }}"
|
||||
mode: "0750"
|
||||
when: "{{ tmodloader_mods }}"
|
||||
notify: "restart tmodloader {{ tmodloader_name }}"
|
||||
- name: assure tmodloader {{ tmodloader_name }} files
|
||||
ansible.builtin.file:
|
||||
|
Loading…
Reference in New Issue
Block a user