From a12e186c38147b9507980c2e3696d28fb692cea0 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 28 Aug 2022 11:41:38 -0500 Subject: [PATCH] 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 --- playbooks/local_dns.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/local_dns.yml b/playbooks/local_dns.yml index 75dc566..3f4b11e 100755 --- a/playbooks/local_dns.yml +++ b/playbooks/local_dns.yml @@ -3,6 +3,7 @@ --- - hosts: all gather_facts: no + become: no module_defaults: community.aws.route53: # These credentials are specific to this playbook