diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-04-25 00:28:38 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-04-25 00:28:46 +0000 |
commit | b4c42f4e95a4465f46c9342b472d97bd0688b17a (patch) | |
tree | 240b4f6c5b9d50faaf27c498c730d810e6b0552f | |
parent | 4e3c0cd018ca20730026340dc6677bc913474cae (diff) | |
download | ansible-b4c42f4e95a4465f46c9342b472d97bd0688b17a.tar.gz ansible-b4c42f4e95a4465f46c9342b472d97bd0688b17a.tar.xz ansible-b4c42f4e95a4465f46c9342b472d97bd0688b17a.zip |
Revert "Add workaround for https://github.com/fedora-infra/bodhi/issues/1470"
This reverts commit 9eb2e3ddf9e8c3bb4e755bcc528d4b8a75ce9081.
-rw-r--r-- | inventory/group_vars/bodhi2 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/inventory/group_vars/bodhi2 b/inventory/group_vars/bodhi2 index f0f3ce194..948dd64a5 100644 --- a/inventory/group_vars/bodhi2 +++ b/inventory/group_vars/bodhi2 @@ -23,9 +23,6 @@ wsgi_fedmsg_service: bodhi wsgi_procs: 4 wsgi_threads: 15 -# Temporary workaround for https://github.com/fedora-infra/bodhi/issues/1470 -fedmsg_active: True - tcp_ports: [ 80 ] # Neeed for rsync from log01 for logs. |