From 6610cacdbd1019e7df3c6e7fa4d6057d4467f608 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Sun, 17 Dec 2017 01:29:03 +0100 Subject: [PATCH] fixed pacaur install --- install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.yml b/install.yml index 6b562bb..f68ed44 100644 --- a/install.yml +++ b/install.yml @@ -12,7 +12,7 @@ - server - name: Install pacaur - shell: creates=/usr/bin/pacaur curl -o /tmp/PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacaur; makepkg PKGBUILD --install --needed + shell: creates=/usr/bin/pacaur curl -o /tmp/PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacaur; makepkg /tmp/PKGBUILD --install --needed when: ansible_os_family == "Archlinux" tags: - desktop