archwiki: clean up old task

This commit is contained in:
Jakub Klinkovský 2021-09-18 15:57:01 +02:00 committed by Kristian Klausen
parent a0f5a42e90
commit 6875bbb8e1

View file

@ -42,9 +42,6 @@
when: maintenance is not defined
tags: ['nginx']
- name: remove old fastcgi cache directory
file: path=/etc/nginx/wikicache state=absent
- name: configure robots.txt
copy: src=robots.txt dest="{{ archwiki_dir }}/robots.txt" owner=root group=root mode=0644