Remove unnecessary become on local_dns.yml

This allows for unprivileged execution on localhost, and also clears up some issues with running in a toolbox, apparently
This commit is contained in:
Salt 2022-08-28 11:41:38 -05:00
parent ebc7c0cde5
commit a12e186c38

View File

@ -3,6 +3,7 @@
---
- hosts: all
gather_facts: no
become: no
module_defaults:
community.aws.route53:
# These credentials are specific to this playbook