diff --git a/tasks/haproxy_ssl_configuration.yml b/tasks/haproxy_ssl_configuration.yml index 3c8728e..331e8ff 100644 --- a/tasks/haproxy_ssl_configuration.yml +++ b/tasks/haproxy_ssl_configuration.yml @@ -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 }}"