Drop rabbitmq_apply_openstack_policies

As we set rabbitmq_policies is groups_vars there's no need
to include the same policy for rabbitmq one more time.

Change-Id: I0c0afda6022b1e5d5f560565fd7a74877c69e2cf
This commit is contained in:
Dmitriy Rabotyagov 2019-10-28 19:04:15 +02:00
parent b81b2c0b22
commit 8971ab3b2a

View File

@ -14,7 +14,6 @@
# limitations under the License.
rabbitmq_cluster_name: openstack
rabbitmq_apply_openstack_policies: True
# Ensure that the package state matches the global setting
rabbitmq_package_state: "{{ package_state }}"