2025-02-10 18:07:27 +00:00
|
|
|
---
|
|
|
|
- name: Create subfolder
|
|
|
|
file:
|
|
|
|
name: "{{ services.forgejo.volume_folder }}/gitea/public"
|
|
|
|
state: directory
|
|
|
|
|
|
|
|
- name: Upload vhost config for Forgejo
|
|
|
|
template:
|
|
|
|
src: forgejo/robots.txt.j2
|
|
|
|
dest: "{{ services.forgejo.volume_folder }}/gitea/public/robots.txt"
|
2025-03-13 22:56:49 +01:00
|
|
|
notify: "Reload nginx"
|