Merge "mirror: remove debug output of apache config"

This commit is contained in:
Zuul 2019-12-09 23:45:07 +00:00 committed by Gerrit Code Review
commit 18ee97749c

View File

@ -138,14 +138,6 @@
notify:
- restart apache2
- name: Debug config
slurp:
src: /etc/apache2/sites-available/mirror.conf
register: http_config
- name: Show config
debug:
msg: '{{ http_config["content"] | b64decode }}'
# Clean apache cache once an hour, keep size down to 70GiB.
- name: Proxy cleanup cron job
cron: