Don't gather facts on local DNS plays

This commit is contained in:
Salt 2022-04-11 12:27:53 -05:00
parent e531f2cd1a
commit ce9948147f

View File

@ -2,6 +2,7 @@
# vim:ft=ansible: # vim:ft=ansible:
--- ---
- hosts: all - hosts: all
gather_facts: no
module_defaults: module_defaults:
community.aws.route53: community.aws.route53:
# These credentials are specific to this playbook # These credentials are specific to this playbook