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