- name: Piwigo - Fotogalerie im Schulnetz
ansible.builtin.include_tasks: piwigo.yml
when: ("piwigo" in group_names)
+- name: Koha - Bibliotheks-Software
+ ansible.builtin.include_tasks: koha.yml
+ when: ("koha" in group_names)
+- name: Luanti - voxel game engine (fka Minetest)
+ ansible.builtin.include_tasks: luanti.yml
+ when: ("luanti" in group_names)
# inventroy lieber mit ansible-cmd
# Inventory immer als letztes
#- name: Include inventory (last task)