openstack-ansible-rabbitmq_.../tasks
Damian Dabrowski e6f1c69558 Do not use 'always' tag in inappropriate places
Using 'always' tag in combination with condition depending on
variables is not always a good idea because these variables may not be
defined at the moment.

Currently, rabbitmq_server role cannot be executed with tag limit,
because task containing 'always' tag has a condition operating on
variable(s) that are registered only when 'rabbitmq-config' tag is being
used.

Change-Id: I7ef7b3fed79933b4c8bbc39a63ca6db54532e10e
2023-03-07 09:10:59 +00:00
..
install_apt.yml Remove old repos for Debian 2022-02-03 19:30:11 +00:00
install_dnf.yml Add dnf support 2017-08-02 13:21:17 -05:00
install_yum.yml Use cloudsmith repo for rabbit and erlang 2022-01-29 07:35:17 +00:00
main.yml Remove redundant vars line 2022-09-14 14:21:44 +02:00
rabbitmq_cluster_join.yml Fix usage of "|" for tests 2018-07-18 02:46:46 +00:00
rabbitmq_cluster.yml Use ansible_facts[] instead of fact variables 2021-02-24 10:25:04 +00:00
rabbitmq_install.yml Fix tags usage 2021-11-30 21:04:04 +02:00
rabbitmq_post_install.yml Do not use 'always' tag in inappropriate places 2023-03-07 09:10:59 +00:00
rabbitmq_pre_install.yml Remove affecting rabbitmq hosts record 2022-02-21 14:58:39 +01:00
rabbitmq_restart.yml Fix tags usage 2021-11-30 21:04:04 +02:00
rabbitmq_set_cookie.yml Start rabbitmq service when config is in place 2018-10-24 18:41:25 +02:00
rabbitmq_started.yml Use ansible_facts[] instead of fact variables 2021-02-24 10:25:04 +00:00
rabbitmq_stopped.yml Use ansible_facts[] instead of fact variables 2021-02-24 10:25:04 +00:00
rabbitmq_upgrade_check.yml Remove "warn" parameter from command module 2023-01-10 09:24:24 +00:00
rabbitmq_upgrade_prep.yml use include_tasks instead of include 2018-09-08 14:27:22 +00:00