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:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user