Skip to content

Commit be8623d

Browse files
committed
fix failure of acme cname check because it was running as roor on localhost
1 parent 6508c2d commit be8623d

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
@@ -18,6 +18,7 @@
1818
failed_when: "haproxy_acme_cname.stdout == ''"
1919
changed_when: false
2020
loop: "{{ haproxy_ssl_hosts }}"
21+
become: false
2122
delegate_to: "localhost"
2223
check_mode: false # this is safe run run, even in check mode
2324
run_once: true

0 commit comments

Comments
 (0)