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:
parent
ebc7c0cde5
commit
a12e186c38
@ -3,6 +3,7 @@
|
||||
---
|
||||
- hosts: all
|
||||
gather_facts: no
|
||||
become: no
|
||||
module_defaults:
|
||||
community.aws.route53:
|
||||
# These credentials are specific to this playbook
|
||||
|
Loading…
Reference in New Issue
Block a user