We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6602d6 commit 610f98bCopy full SHA for 610f98b
playbooks/roles/xqueue/defaults/main.yml
@@ -79,6 +79,7 @@ xqueue_auth_config:
79
PASSWORD: "{{ XQUEUE_MYSQL_PASSWORD }}"
80
HOST: "{{ XQUEUE_MYSQL_HOST }}"
81
PORT: "{{ XQUEUE_MYSQL_PORT }}"
82
+ ATOMIC_REQUEST: True
83
RABBITMQ_USER: "{{ XQUEUE_RABBITMQ_USER }}"
84
RABBITMQ_PASS: "{{ XQUEUE_RABBITMQ_PASS }}"
85
0 commit comments