mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
fixed install.yml
This commit is contained in:
parent
f939a86ba3
commit
27274c9050
13
install.yml
13
install.yml
@ -1,19 +1,6 @@
|
||||
---
|
||||
- hosts: all
|
||||
|
||||
pre_tasks:
|
||||
|
||||
- name: Install cower on Archlinux
|
||||
shell: creates=/usr/bin/cower curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=cower; makepkg PKGBUILD --skippgpcheck --install --needed --noconfirm
|
||||
when: ansible_os_family == "Archlinux"
|
||||
tags: [ 'pacaur', 'laptop', 'desktop', 'server' ]
|
||||
|
||||
- name: Install pacaur on Archlinux
|
||||
#TODO replace with packer, and test packer module
|
||||
shell: creates=/usr/bin/pacaur curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacaur; makepkg PKGBUILD --install --needed --noconfirm
|
||||
when: ansible_os_family == "Archlinux"
|
||||
tags: [ 'pacaur', 'laptop', 'desktop', 'server' ]
|
||||
|
||||
roles:
|
||||
- { role: packages, tags: packages }
|
||||
# Server roles
|
||||
|
Loading…
Reference in New Issue
Block a user