@ -110,6 +110,12 @@
name: 'gitea'
state: started
- name: ensure the service is enabled and started
service:
enabled: true
- name: configure Nginx
blockinfile:
path: '{{ gitea_nginx_conf_path }}'
@ -142,4 +148,6 @@
--password '{{ gitea_user_password }}'
--email '{{ gitea_user_email }}'
--must-change-password
--admin