Skip to content

Commit

Permalink
packages: remove act from aur
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Mar 27, 2024
1 parent 4b66a05 commit e40854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/configure/tasks/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- name: Install packages
community.general.pacman:
name:
- act # Run github actions locally
- arch-audit
- arm-none-eabi-gdb
- awesome-terminal-fonts
Expand Down Expand Up @@ -121,7 +122,6 @@
ansible.builtin.command: |
yay --noconfirm --noprogressbar --cleanafter --removemake --needed --sync "{{ item }}"
loop:
- act # Run github actions locally
- slack-desktop
- hadolint-bin

Expand Down

0 comments on commit e40854b

Please sign in to comment.