I'm attempting a Route53 DNS Challenge for a domain foo.bar.example.com, in my AWS dashboard, my hosted zone name is bar.example.com
This fails on task Creating challenge DNS entries for foo.bar.example.com via Route53 with Zone example.com. does not exist in Route53
So the logic here: https://github.com/felixfontein/ansible-acme/blob/main/roles/acme_certificate/tasks/dns-route53-create.yml#L10
is setting zone to example.com instead of the desired bar.example.com
A quick work around is adding a variable to leverage the hosted zone id parameter in the aws module. But there could be a cleaner way..