From 84497bd8fbe2504939f668d27e40e8dfc22990ec Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 12 Nov 2018 11:20:17 +0100 Subject: [PATCH] Fix(dotfiles): become root when install antibody --- tasks/dotfiles.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 9921a34..f4814ce 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -42,6 +42,7 @@ - name: Execute the antibody.sh shell: /tmp/antibody.sh + become: yes - name: Remove the antibody.sh file: path=/tmp/antibody.sh state=absent