forgejo/tasks/main.yml

20 lines
383 B
YAML
Raw Permalink Normal View History

2021-04-08 11:29:16 +02:00
---
- name: "[FORGEJO]- Create user"
include_tasks: user.yml
2021-04-08 11:29:16 +02:00
- 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
2021-04-08 11:29:16 +02:00
- name: "[FORGEJO] - systemd"
include_tasks: systemd.yml