forgejo/tasks/main.yml

20 lines
383 B
YAML

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