Don't disable mirrormanager web interface on sundries01.stg

This commit is contained in:
Kevin Fenzi 2015-02-03 14:30:21 +00:00
parent 53af225e74
commit f559c54683

View file

@ -40,6 +40,7 @@
# nuke mirrormanager.conf so that it doesn't start up
- name: kill /etc/httpd/conf.d/mirrrormanager.conf
copy: 'content="#blanked on purpose" dest=/etc/httpd/conf.d/mirrormanager.conf'
when: inventory_hostname.startswith('mirrorlist')
notify:
- restart apache
tags: