move systemd task higher up in main.yml
This commit is contained in:
parent
41c3d2dcea
commit
08eda21236
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue