From 4bdd755412c2d077306d7bc12f743a2790242af0 Mon Sep 17 00:00:00 2001 From: Daniel Petty Date: Thu, 18 Feb 2016 16:18:22 -0700 Subject: [PATCH] replaced sudo with become --- cloud/google/gce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/google/gce.py b/cloud/google/gce.py index 96085170692..32b6d2d5207 100644 --- a/cloud/google/gce.py +++ b/cloud/google/gce.py @@ -201,7 +201,7 @@ EXAMPLES = ''' - name: Configure instance(s) hosts: launched - sudo: True + become: True roles: - my_awesome_role - my_awesome_tasks