Files
openstack-ansible-rabbitmq_…/tasks/rabbitmq_ssl_user_provided.yml
Jimmy McCrory b1ea2ce1e3 Fix deprecation warning for undefined variables
'with_' clauses are evaluated before 'when' clauses. In Ansible 1.9 the
task is silently skipped when a variable within a 'with_' clause is
undefined, Ansible 2 provides a deprecation warning.

Separate the task deploying a user provided ssl cert and key into two
and check them individually for 'rabbitmq_user_ssl_cert' or
'rabbitmq_user_ssl_key' being defined.

Change-Id: I68afa3066ad88ecae95fcb29c78764d02dc38627
2016-07-19 16:41:31 -07:00

1.7 KiB