From dc4de30a0c54228e036fd3b720ba57c0750d71be Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 22 Aug 2018 22:22:38 +0200 Subject: [PATCH] workarount install with aur --- tasks/arch_aur.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/arch_aur.yml b/tasks/arch_aur.yml index bba36b8..b2a6676 100644 --- a/tasks/arch_aur.yml +++ b/tasks/arch_aur.yml @@ -2,8 +2,10 @@ - user: name: aur_builder group: wheel + - lineinfile: path: /etc/sudoers.d/11-install-aur_builder + state: present line: 'aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman' create: yes validate: 'visudo -cf %s' @@ -21,5 +23,4 @@ name: yay use: makepkg skip_installed: true - become: true become_user: aur_builder