Skip to content

Commit 6ec0cf9

Browse files
committed
acme: run cname check also in check mode
1 parent 48e08c6 commit 6ec0cf9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roles/haproxy/tasks/get_acme_certs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
changed_when: false
2020
loop: "{{ haproxy_ssl_hosts }}"
2121
delegate_to: "localhost"
22+
check_mode: false # this is safe run run, even in check mode
2223
run_once: true
2324

2425
- name: Issue the certificates using acme

0 commit comments

Comments
 (0)