This config isn't used on the backend, let the jobrunner version be the one in place.

This commit is contained in:
Kevin Fenzi 2015-06-01 19:20:54 +00:00
parent 4f1043ac42
commit af3cfb6eec

View file

@ -25,19 +25,6 @@
tags:
- packages
- name: install bodhi-masher /etc/bodhi/bodhi.cfg file
template: >
src="bodhi-masher.cfg.j2"
dest="/etc/bodhi/bodhi.cfg"
owner=masher
group=masher
mode=0600
notify:
- restart httpd
tags:
- config
when: inventory_hostname.startswith('bodhi-backend01')
- name: install bodhi-masher /etc/httpd/conf.d/bodhi.conf file
copy: >
src="bodhi-masher.conf"