From e362f64b1762f9a8106fc1efb17ff4751eb069e1 Mon Sep 17 00:00:00 2001 From: Dan Bohea Date: Mon, 22 Feb 2016 12:25:43 +0000 Subject: [PATCH] Converted another instance of `sudo` to `become`. --- handlers/tomcat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/tomcat.yml b/handlers/tomcat.yml index d02a8c1..5cc71ff 100644 --- a/handlers/tomcat.yml +++ b/handlers/tomcat.yml @@ -1,4 +1,4 @@ --- - name: restart tomcat6 service: name=tomcat6 state=restarted - sudo: true \ No newline at end of file + become: true