adding centos-koji mq user

This commit is contained in:
lrossett 2020-12-10 08:35:41 -03:00 committed by pingou
parent 83b0900ddd
commit f09d005563

View file

@ -117,3 +117,12 @@
routing_keys:
- "org.centos.{{ env_short }}.gitlab.#"
# CENTOS GITLAB END
# CENTOS KOJI BEGIN
- name: CentOS Koji User
run_once: true
include_role:
name: rabbit/user
vars:
username: koji-centos{{ env_suffix }}
# CENTOS KOJI END