From 38f2ebe3e45816dd7553d35cf04d35fd0359e364 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 18 Jan 2016 13:04:31 +0100
Subject: [PATCH] Replace deprecated "sudo" with "become"

---
 tasks/cleanup.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/cleanup.yml b/tasks/cleanup.yml
index 3316c1a..12c3399 100644
--- a/tasks/cleanup.yml
+++ b/tasks/cleanup.yml
@@ -14,7 +14,7 @@
     dest=/etc/hosts
     regexp='{{ item }}'
     state=absent
-  sudo: yes
+  become: yes
   with_items:
     - '^{{ static_ipv4|default(False) }} '
     - '.*{{ host }}$'
-- 
GitLab