proxies: drop registry sync cronjob

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-16 17:43:22 -08:00
parent b17c119bea
commit 51965498c1

View file

@ -18,12 +18,6 @@
- fedora-web
- fedora-web/registry
- name: Copy in the sync-registry-index cronjob
ansible.builtin.template: src=cron-sync-registry-index dest=/etc/cron.d/sync-registry-index
tags:
- fedora-web
- fedora-web/registry
- name: Copy over the registry CA
ansible.builtin.copy: src="{{private}}/files/docker-registry/{{env}}/pki/ca.crt"
dest="/etc/pki/httpd/registry-ca-{{env}}.cert"