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