diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 344ca5d147..fb62b8d012 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -347,6 +347,19 @@ notify: - reload httpd +# Get the letsencrypt ssl cert for pkgs.fedoraproject.org from proxy01 +# It's stored there because the role that requests/updates it is called +# via the proxy playbooks. + +- name: copy pkgs.fedoraproject.org ssl cert to pkgs machine + synchronize: + src: {{ item }} + dest: {{ item }} + with_items: + - /etc/pki/tls/certs/pkgs.fedoraproject.org.cert + - /etc/pki/tls/certs/pkgs.fedoraproject.org.intermediate.cert + - /etc/pki/tls/private/pkgs.fedoraproject.org.key + delegate_to: proxy01.phx2.fedoraproject.org # -- Lookaside Cache ------------------------------------- # This is the annex to Dist Git, where we host source tarballs.