Can you please add a rule that allows the letsencrypt challenge to be accessed? Something such as this: ``` location .well-known/acme-challenge { auth_basic "off"; } ``` I have only a sketchy understanding of Ansible at present; I am not sure how this would be implemented. Many thanks!