From 1cacc4a305566145f4f96aea5c64854204ac5fed Mon Sep 17 00:00:00 2001 From: sonny Date: Sat, 1 Jan 2022 20:50:15 +0100 Subject: [PATCH] Add missing become option --- tasks/sudoers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/sudoers.yml b/tasks/sudoers.yml index d838fc2..5961f66 100644 --- a/tasks/sudoers.yml +++ b/tasks/sudoers.yml @@ -10,6 +10,7 @@ mode: '0755' - name: copy extra sudoers file + become: true template: src: '{{ item.src }}' dest: '{{ item.dest }}'