Skip to content

Commit

Permalink
Switch to kewlfft.aur collection
Browse files Browse the repository at this point in the history
See kewlfft/ansible-aur#58 for more info.
  • Loading branch information
gotmax23 committed Nov 7, 2021
1 parent 2b57111 commit fc91ab7
Show file tree
Hide file tree
Showing 23 changed files with 39 additions and 41 deletions.
2 changes: 0 additions & 2 deletions dotfiles.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
- hosts: local
connection: local
roles:
- kewlfft.aur
tasks:
- name: Include extra metadata
include_vars:
Expand Down
2 changes: 1 addition & 1 deletion galaxy-requirements.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
collections:
- ansible.posix
- community.general
- kewlfft.aur

roles:
- src: kewlfft.aur
- src: geerlingguy.ntp
- src: realorangeone.reflector
4 changes: 2 additions & 2 deletions tasks/applications.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
- name: Install Virtualbox dependencies
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
loop:
- virtualbox-host-dkms

- name: Install general applications
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
2 changes: 1 addition & 1 deletion tasks/autostart.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install autostart-related packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
12 changes: 6 additions & 6 deletions tasks/boot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install Grub
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand All @@ -9,7 +9,7 @@
- os-prober

- name: Install LightDM
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down Expand Up @@ -48,7 +48,7 @@
- {key: clock-format, value: "%H:%M:%S"}

- name: Install file system helpers
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand All @@ -60,7 +60,7 @@
- btrfs-progs

- name: Install Microcode
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand All @@ -69,7 +69,7 @@
- intel-ucode

- name: Install nohang
aur:
kewlfft.aur.aur:
name: nohang-git
become: true
become_user: aur_builder
Expand All @@ -81,7 +81,7 @@
state: started

- name: Install plymouth
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
4 changes: 2 additions & 2 deletions tasks/dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install LaTex tooling
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand All @@ -9,7 +9,7 @@
- texlive-most

- name: Install dev packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
2 changes: 1 addition & 1 deletion tasks/fonts.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install font packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
4 changes: 2 additions & 2 deletions tasks/gnome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
directory_mode: 0755

- name: Install Gnome packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand All @@ -30,7 +30,7 @@
- nautilus

- name: Install GTK tools
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
2 changes: 1 addition & 1 deletion tasks/i3.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install i3 packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
2 changes: 1 addition & 1 deletion tasks/input.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install input packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
4 changes: 2 additions & 2 deletions tasks/intersect.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install qownnotes
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand All @@ -9,7 +9,7 @@
- qownnotes

- name: Install intersect packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
2 changes: 1 addition & 1 deletion tasks/javascript.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install Javascript packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
2 changes: 1 addition & 1 deletion tasks/mac.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install macOS packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
6 changes: 3 additions & 3 deletions tasks/media.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install Spotify
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand All @@ -8,7 +8,7 @@
- spotify

- name: Install media-related packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand All @@ -21,7 +21,7 @@
- sof-firmware

- name: Install pulseaudio
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
2 changes: 1 addition & 1 deletion tasks/neovim.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install neovim
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
4 changes: 2 additions & 2 deletions tasks/network.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install networking tools
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand All @@ -9,7 +9,7 @@
- nmap

- name: Install NetworkManager and associated tools
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
10 changes: 5 additions & 5 deletions tasks/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,27 +55,27 @@
when: added_repo_keys.changed or pacman_conf.changed

- name: Install yay
aur:
kewlfft.aur.aur:
name: yay
become: true
become_user: aur_builder

- name: Install additional repo keyrings
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
loop:
- archstrike-keyring

- name: Install ccache
aur:
kewlfft.aur.aur:
name: ccache
become: true
become_user: aur_builder

- name: Install makepkg tools
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand All @@ -91,7 +91,7 @@
mode: 0644

- name: Install pacman tools
aur:
kewlfft.aur.aur:
name: pacman-contrib
become: true
become_user: aur_builder
2 changes: 1 addition & 1 deletion tasks/power-saving.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install power-saving stuff
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
2 changes: 1 addition & 1 deletion tasks/python.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install python packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
2 changes: 1 addition & 1 deletion tasks/security.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install security-related packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
2 changes: 1 addition & 1 deletion tasks/shell.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install shell packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
4 changes: 2 additions & 2 deletions tasks/torchbox.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install Torchbox packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand All @@ -12,7 +12,7 @@
- vagrant

- name: Install Zoom
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down
2 changes: 1 addition & 1 deletion tasks/vscode.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install VSCode packages
aur:
kewlfft.aur.aur:
name: "{{ item }}"
become: true
become_user: aur_builder
Expand Down

0 comments on commit fc91ab7

Please sign in to comment.