1
0
Fork 0
forked from infra/ansible

distgit: fix the ca cert the git hooks use for fedora-messaging

We were copying in the req instead of the ca, so this messaging hook has
been broken for a long while. This is the hook that notifys on uploads.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-06-01 09:56:58 -07:00
commit ce1edea8ee

View file

@ -202,7 +202,7 @@
owner: root
group: root
mode: "440"
- src: "{{ private }}/files/rabbitmq/production/pki/reqs/git-hooks.req"
- src: "{{ private }}/files/rabbitmq/production/pki/ca.crt"
dest: git-hooks.ca
owner: root
group: root