Merge "Add more LE debugging info to our Ansible role"
This commit is contained in:
commit
4222c01643
@ -3,6 +3,11 @@
|
|||||||
# record the value of our loopvar when failing an iteration (it does when
|
# record the value of our loopvar when failing an iteration (it does when
|
||||||
# the loop iteration succeeds) so we don't know where it is breaking. Add
|
# the loop iteration succeeds) so we don't know where it is breaking. Add
|
||||||
# our own debugging here to work around this problem.
|
# our own debugging here to work around this problem.
|
||||||
|
#
|
||||||
|
# The error described above may occur if LE fails on the host we are
|
||||||
|
# checking domains for. Ansible will stop on that host which doesn't build
|
||||||
|
# the necessary datastructures. Then when we try to set up certcheck we
|
||||||
|
# fail again in a more eye catching manner.
|
||||||
- name: Record host being looked up for le certcheck domains
|
- name: Record host being looked up for le certcheck domains
|
||||||
debug:
|
debug:
|
||||||
msg: "Checking domains for {{ inv_hostname }}"
|
msg: "Checking domains for {{ inv_hostname }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user