move systemd task higher up in main.yml

This commit is contained in:
muppeth 2024-07-04 18:17:11 +02:00
parent 41c3d2dcea
commit 08eda21236
Signed by: muppeth
GPG key ID: 0EBC7B9848D04031

View file

@ -7,6 +7,9 @@
include_tasks: configure.yml
tags: config
- name: "[FORGEJO] - systemd"
include_tasks: systemd.yml
- name: "[FORGEJO] - install or upgrade"
include_tasks: install_upgrade.yml
@ -15,5 +18,3 @@
when: forgejo_custom_themes is defined
tags: theme
- name: "[FORGEJO] - systemd"
include_tasks: systemd.yml