Skip to content

Commit

Permalink
fix: Add gh-cli installation, migrate mlocate to plocate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Aug 27, 2024
1 parent 898eb85 commit 29e4747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/software/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ service_manager: systemd
default_apt_packages:
- curl
- unzip
#- plocate
- plocate
- tree
- htop
- jq
Expand Down Expand Up @@ -39,6 +39,7 @@ default_apt_packages:
- mercurial # Required for GVM
- fswatch
- gdu
- gh
# Specific versions for software (github)
# Fixed versions should be set without `v` prefix (e.g: 1.4.3)
github_packages:
Expand Down

0 comments on commit 29e4747

Please sign in to comment.