Add robots.txt to forgejo
This commit is contained in:
parent
d39566e0ff
commit
a70ea6ef2a
3 changed files with 86 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue