diff options
| author | Ralph Bean <rbean@redhat.com> | 2016-01-25 16:19:15 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2016-01-25 16:19:15 +0000 |
| commit | 08a86eb463914e7cd046ed82f8facebe7058358c (patch) | |
| tree | 684da067108e8b62f631d686bfe55e4e54b73e06 /roles/bugzilla2fedmsg | |
| parent | 3f97589b7d2ba4205318fbabf7bab160a9f9c115 (diff) | |
| download | ansible-08a86eb463914e7cd046ed82f8facebe7058358c.tar.gz ansible-08a86eb463914e7cd046ed82f8facebe7058358c.tar.xz ansible-08a86eb463914e7cd046ed82f8facebe7058358c.zip | |
Use the same cert and key here.
Diffstat (limited to 'roles/bugzilla2fedmsg')
| -rw-r--r-- | roles/bugzilla2fedmsg/tasks/main.yml | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/roles/bugzilla2fedmsg/tasks/main.yml b/roles/bugzilla2fedmsg/tasks/main.yml index ac3f4c627..75f1e3c30 100644 --- a/roles/bugzilla2fedmsg/tasks/main.yml +++ b/roles/bugzilla2fedmsg/tasks/main.yml @@ -45,7 +45,7 @@ tags: - bugzilla2fedmsg -- name: Copy in the staging certificates +- name: Copy in the certs and keys. copy: > src="{{ private }}/files/bugzilla2fedmsg/{{ item }}" dest="/etc/pki/fedmsg/{{ item }}" @@ -53,21 +53,6 @@ with_items: - msg-client-fedora-dev.crt - msg-client-fedora-dev.key - when: env == 'staging' - notify: - - restart moksha-hub - tags: - - bugzilla2fedmsg - -- name: Copy in the production certificates - copy: > - src="{{ private }}/files/bugzilla2fedmsg/{{ item }}" - dest="/etc/pki/fedmsg/{{ item }}" - mode=0640 owner=fedmsg group=fedmsg - with_items: - - fuse-fabric-fedoraproject.org.crt - - fuse-fabric-fedoraproject.org.key - when: env != 'staging' notify: - restart moksha-hub tags: |
