mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
added packer submodule
This commit is contained in:
parent
5dd18dd9fc
commit
a0daf3cd90
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -10,3 +10,6 @@
|
||||
[submodule "roles/i3-wm/files/.i3/i3lock-fancy-multimonitor"]
|
||||
path = roles/i3-wm/files/.i3/i3lock-fancy-multimonitor
|
||||
url = https://github.com/guimeira/i3lock-fancy-multimonitor
|
||||
[submodule "library"]
|
||||
path = library
|
||||
url = https://github.com/austinhyde/ansible-packer
|
||||
|
1
library
Submodule
1
library
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 7f04803edc2d480ff1f211d4246da5746c892185
|
@ -11,4 +11,18 @@
|
||||
pacman: name={{item}} state=present
|
||||
with_items:
|
||||
- expac
|
||||
- jshon
|
||||
when: ansible_os_family == "Archlinux"
|
||||
become: True
|
||||
|
||||
- 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"
|
||||
|
||||
- name: Install pacaur on Archlinux
|
||||
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"
|
||||
|
||||
- name: Install packer on Archlinux
|
||||
shell: creates=/usr/bin/packer curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=packer-git; makepkg PKGBUILD --install --needed --noconfirm
|
||||
when: ansible_os_family == "Archlinux"
|
||||
|
Loading…
Reference in New Issue
Block a user