--- - name: "[GITEA]- Create user" include_tasks: user.yml - name: "[GITEA] - configure" include_tasks: configure.yml tags: config - name: "[GITEA] - theme" include_tasks: custom_themes.yml when: gitea_custom_themes is defined tags: theme - name: "[GITEA] - systemd" include_tasks: systemd.yml - name: "[GITEA] - install" include_tasks: install.yml