Merge "Respect package_state for the role"

This commit is contained in:
Zuul 2024-11-25 18:57:09 +00:00 committed by Gerrit Code Review
commit 795d141c85

View File

@ -18,7 +18,7 @@ cache_timeout: 600
# Set the package install state for distribution packages # Set the package install state for distribution packages
# Options are 'present' and 'latest' # Options are 'present' and 'latest'
rabbitmq_package_state: "latest" rabbitmq_package_state: "{{ package_state | default('latest') }}"
# Defined versions of RabbitMQ and Erlang # Defined versions of RabbitMQ and Erlang
rabbitmq_package_version: "4.0.3-1" rabbitmq_package_version: "4.0.3-1"