Remove robots.txt for gitea
This commit is contained in:
parent
fb0830e9fc
commit
119b3212a9
2 changed files with 0 additions and 13 deletions
|
@ -1,4 +0,0 @@
|
|||
User-agent: *
|
||||
|
||||
# Ignore mirrored repos
|
||||
Disallow: /mirror/
|
|
@ -28,15 +28,6 @@
|
|||
notify: restart gitea
|
||||
become: true
|
||||
|
||||
- name: Install robots.txt
|
||||
template:
|
||||
src: files/robots.txt
|
||||
dest: "{{ app_data_dir }}/gitea/data/custom/robots.txt"
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
||||
notify: restart gitea
|
||||
become: true
|
||||
|
||||
- name: Create public images directory
|
||||
file:
|
||||
path: "{{ app_data_dir }}/gitea/data/custom/public/assets/img"
|
||||
|
|
Loading…
Reference in a new issue