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:
parent
259ec5b2e8
commit
ce1edea8ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue