Don't restart after hotfix on autocloud. Causes every playbook run to restart it.
This commit is contained in:
parent
1b3b86c2cf
commit
19bf5c056c
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue