try this instead because I have no idea what brings python2-fedmsg-consumers in

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2017-08-09 05:14:18 +00:00
parent 8b26599cfe
commit 4ba623caba
4 changed files with 11 additions and 9 deletions

View file

@ -40,15 +40,6 @@
notify:
- restart fedmsg-gateway
- name: "[HOTFIX] Fix consumers/__init__.py"
copy: src=consumers-init.py dest=/usr/lib/python2.7/site-packages/fedmsg/consumers/__init__.py
tags:
- fedmsg/gateway
- hotfix
when: inventory_hostname.startswith(('proxy11', 'proxy12', 'proxy13'))
notify:
- restart fedmsg-gateway
- name: enable on boot and start fedmsg-gateway
service: name=fedmsg-gateway state=started enabled=true
tags:

View file

@ -0,0 +1,9 @@
---
- name: "[HOTFIX] Fix consumers/__init__.py"
copy: src=consumers-init.py dest=/usr/lib/python2.7/site-packages/fedmsg/consumers/__init__.py
tags:
- fedmsg/gateway
- hotfix
when: inventory_hostname.startswith(('proxy11', 'proxy12', 'proxy13'))
notify:
- restart fedmsg-gateway