From ee3b0b3cb0f0bdf8d232abef1755ebb2368f2416 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 10 Jun 2019 18:52:26 +0200 Subject: [PATCH] Feat: permission and become for st clone and makepkg --- tasks/arch_graphicals.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/arch_graphicals.yml b/tasks/arch_graphicals.yml index 5b5e55a..ed49c9e 100644 --- a/tasks/arch_graphicals.yml +++ b/tasks/arch_graphicals.yml @@ -87,6 +87,8 @@ repo: https://git.opytex.org/lafrite/st.git dest: /home/aur_builder/st register: st_update + become: yes + become_user: aur_builder - name: Install st command: "makepkg -si --noconfirm"