Remove robots.txt for gitea
All checks were successful
/ terraform (push) Successful in 27s
/ ansible (push) Successful in 1m30s

This commit is contained in:
Jake Howard 2024-02-27 09:04:13 +00:00
parent fb0830e9fc
commit 119b3212a9
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 0 additions and 13 deletions

View File

@ -1,4 +0,0 @@
User-agent: *
# Ignore mirrored repos
Disallow: /mirror/

View File

@ -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"