From 81cd98a870f291e4da91e7ddf9b69f0ef967c8db Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 22 Nov 2019 20:10:14 +0000 Subject: [PATCH] wiki: set fedora-messaging queue name Signed-off-by: Kevin Fenzi --- playbooks/groups/wiki.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/wiki.yml b/playbooks/groups/wiki.yml index c64b7fa0a7..f8e9d8c5e2 100644 --- a/playbooks/groups/wiki.yml +++ b/playbooks/groups/wiki.yml @@ -31,8 +31,9 @@ # Set up for fedora-messaging - { role: rabbit/user, username: "wiki{{ env_suffix }}"} - - role: rabbit/queue + - { role: rabbit/queue username: "wiki{{ env_suffix }}" + queue_name: "wiki{{ env_suffix }}"} - { role: nfs/client, when: env == "staging", mnt_dir: '/mnt/web/attachments', nfs_src_dir: 'fedora_app_staging/app/attachments' } - { role: nfs/client, when: env != "staging", mnt_dir: '/mnt/web/attachments', nfs_src_dir: 'fedora_app/app/attachments' } - mediawiki