- 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>
19 lines
402 B
YAML
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
|