9812d6db73
'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 'haproxy_user_ssl_cert' or 'haproxy_user_ssl_key' being defined. Change-Id: I75367fe25d15d35ff60203b7c1d78437d613404d