From a4df6a5385da4a67093d09fd14c1267cc095268a Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Sun, 24 Jan 2016 15:57:12 +0000 Subject: [PATCH] Use become to change user --- tests/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.yml b/tests/test.yml index 9d129e3..f143641 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -1,5 +1,5 @@ --- - hosts: localhost - sudo: true + become: true roles: - ansible-sshd