From f26199d962919c48b37af858c045824442d486b1 Mon Sep 17 00:00:00 2001 From: Daniel Petty Date: Thu, 18 Feb 2016 16:18:59 -0700 Subject: [PATCH] replaced sudo with become --- lib/ansible/modules/cloud/amazon/ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2.py b/lib/ansible/modules/cloud/amazon/ec2.py index 149337d4c19..75c991adf44 100755 --- a/lib/ansible/modules/cloud/amazon/ec2.py +++ b/lib/ansible/modules/cloud/amazon/ec2.py @@ -425,7 +425,7 @@ EXAMPLES = ''' - name: Configure instance(s) hosts: launched - sudo: True + become: True gather_facts: True roles: - my_awesome_role