Merge "Fix bug with iterable"
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -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 }}"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.