mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
rabbitmq / osci: try and set loop variable here to avoid clash with rabbit/queue role
The default loop var is 'item' but it's already being used in rabbit/queue so if we use it here also it causes clashing and a invalid binding. So, change this one to something else and see if it fixes the issue. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -32,8 +32,9 @@
|
||||
include_role:
|
||||
name: rabbit/queue
|
||||
vars:
|
||||
loop_var: osci_pipeline_queue
|
||||
username: osci-pipelines{{ env_suffix }}
|
||||
queue_name: "{{ item }}{{ env_suffix }}"
|
||||
queue_name: "{{ osci)pipeline_queue }}{{ env_suffix }}"
|
||||
# TTL: 10 days (in miliseconds)
|
||||
message_ttl: 864000000
|
||||
routing_keys:
|
||||
|
||||
Reference in New Issue
Block a user