Merge "Fix bug with iterable"

This commit is contained in:
Jenkins
2016-09-26 12:41:14 +00:00
committed by Gerrit Code Review

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 }}"