mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Don't restart after hotfix on autocloud. Causes every playbook run to restart it.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user