If a host is offline, Ansible will not have set the required txt
keys host variable for that host. When the task to update the
dns master with new txt records runs, it will fail due to an
undefined variable:
'ansible.vars.hostvars.HostVarsVars object' has no attribute 'acme_txt_required'
This supplies a default value so that in that case, the task may
proceed and other hosts will have their LE certs serviced.
Change-Id: I62efbe086d801d803b2f2c3223ece8f608c668a1