forked from infra/ansible
rabbitmq: add weblate user to send translation messages
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ecac04bf27
commit
03b0d89442
1 changed files with 8 additions and 0 deletions
|
|
@ -172,3 +172,11 @@
|
|||
vars:
|
||||
user_name: git-hooks{{ env_suffix }}
|
||||
user_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.git\.lookaside\..*
|
||||
|
||||
- name: weblate messages
|
||||
run_once: true
|
||||
include_role:
|
||||
name: rabbit/user
|
||||
vars:
|
||||
user_name: weblate{{ env_suffix }}
|
||||
user_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.weblate\..*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue