You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR! The 'pause' module bypasses the host loop, which is currently not supported in the free strategy and would instead execute for every host in the inventory list.
The error appears to be in '.../roles/FoxyRoles.ansible-dkim/tasks/dns_records.yml': line 9, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: display DKIM public key DNS record
^ here
Hi - I just ran into the following error:
Code:
ansible-dkim/tasks/dns_records.yml
Lines 9 to 16 in 108f8c6
Host running Ansible:
After a quick search, I've found others having similar problems:
Any ideas?
Edit: small improvement suggestion on the following line:
ansible-dkim/tasks/dns_records.yml
Line 6 in 108f8c6
Replace
/etc/opendkim
with{{ dkim_opendkim_config_dir }}
The text was updated successfully, but these errors were encountered: