From: Dennis Gilmore <ausil@xxxxxxxxxxxxxxxxx> There is not a different kojira user per hub, they all share the same cert. So sync it to everhwere. Signed-off-by: Dennis Gilmore <ausil@xxxxxxxxxxxxxxxxx> --- roles/koji_hub/tasks/main.yml | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/roles/koji_hub/tasks/main.yml b/roles/koji_hub/tasks/main.yml index 0d09cad..b417036 100644 --- a/roles/koji_hub/tasks/main.yml +++ b/roles/koji_hub/tasks/main.yml @@ -173,14 +173,7 @@ tags: - config - koji_hub - when: ansible_hostname.startswith('koji') - -- name: install s390 kojira_cert_key - copy: src={{ private }}/files/koji/s390_kojira_cert_key.pem dest=/etc/kojira/kojira_cert_key.pem owner=apache mode=600 - tags: - - config - - koji_hub - when: ansible_hostname.startswith('s390') + when: ansible_hostname.startswith('koji') or ansible_hostname.startswith('s390') - name: updatecrl script copy: src=updatecrl.sh dest=/usr/local/bin/updatecrl.sh owner=root mode=755 -- 1.7.2.1 _______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/postorius/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx