forgejo/tasks/main.yml
muppeth 56782e146d V7.0.2 (#45) (#46)
- Upgrade to version 7.0.3
- Added extra check tasks to upgrade process

Reviewed-on: #45
Reviewed-by: meaz <meaz@no-reply@disroot.org>
Co-authored-by: muppeth <muppeth@disroot.org>
Co-committed-by: muppeth <muppeth@disroot.org>

Reviewed-on: #46
Reviewed-by: meaz <meaz@no-reply@disroot.org>
Co-authored-by: muppeth <muppeth@disroot.org>
Co-committed-by: muppeth <muppeth@disroot.org>
2024-06-13 21:48:30 +02:00

19 lines
402 B
YAML

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