mirror: remove debug output of apache config

This isn't necessary in production and creates a lot of noise.

Change-Id: I38c9353554beca234e1da6dc74ba4a1f6e9742e7
This commit is contained in:
Ian Wienand 2019-12-10 09:37:20 +11:00
parent e494efcf90
commit cad5d6482d

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: