Add robots.txt to forgejo

This commit is contained in:
Tobias Reisinger 2025-05-25 15:51:17 +02:00
parent d39566e0ff
commit a70ea6ef2a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 86 additions and 0 deletions

View file

@ -25,5 +25,12 @@
mode: "0644"
notify: Restart service {{ role_name }}
- name: Copy the public files
ansible.builtin.copy:
src: public/
dest: "{{ (service_path, 'public') | path_join }}"
mode: "0644"
notify: Restart service {{ role_name }}
- name: Import start tasks for common service
ansible.builtin.import_tasks: tasks/start-common-service.yml