Fix bug with iterable

Certs were not being re-generated due to certs not being cleaned up
which was being caused by the broken iterable.

Change-Id: I733589205d81297d7bf34b0013100f0b7f9ceb91
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter
2016-09-23 11:39:31 -05:00
parent 7905c7f89f
commit 2da77410f7

View File

@@ -61,7 +61,7 @@
- name: Remove signed certs and keys for regen
file:
dest: "{{ haproxy_ssl_cert }}"
dest: "{{ item }}"
state: "absent"
with_items:
- "{{ haproxy_ssl_pem }}"