Don't restart after hotfix on autocloud. Causes every playbook run to restart it.

This commit is contained in:
Kevin Fenzi 2016-07-01 04:19:37 +00:00
parent 1b3b86c2cf
commit 19bf5c056c

View file

@ -124,8 +124,6 @@
- name: hotfix - copy over comsumer.py for autocloud
copy: src="{{ files }}/hotfix/autocloud/consumer.py" dest=/usr/lib/python2.7/site-packages/autocloud
owner=root group=fedmsg mode=0644
notify:
- restart fedmsg-hub
tags:
- autocloud
- autocloud/backend
@ -134,8 +132,6 @@
- name: hotfix - copy over autocloud_job.py for autocloud
copy: src="{{ files }}/hotfix/autocloud/autocloud_job.py" dest=/usr/share/autocloud/autocloud_job.py
owner=root group=fedmsg mode=0644
notify:
- restart fedmsg-hub
tags:
- autocloud
- autocloud/backend