Skip to content

Commit

Permalink
feat: debian family packages tidy
Browse files Browse the repository at this point in the history
This commit adds the tldr package to the list of debian_family_packages. It was previously only included in some specific versions of Debian, but is now included across all versions. The commit also removes tldr from debian10_packages and ubuntu packages where it was redundant.
  • Loading branch information
dgibbs64 committed Jun 25, 2023
1 parent 9b2c626 commit 07d1213
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ debian_family_packages:
- mailutils
- ncdu
- neofetch
- tldr

# Debian
debian_packages:
Expand All @@ -29,48 +30,34 @@ debian12_packages:
- bpytop
- gdu
- plocate
- tldr

# Bullseye
debian11_packages:
- bpytop
- gdu
- plocate
- tldr

# Buster
debian10_packages:
- tldr
- mlocate

# Ubuntu
ubuntu_packages:
- colordiff
- glances
- htop
- iftop
- lynx
- ncdu

# Jammy Jellyfish
ubuntu_2204_packages:
- btop
- bpytop
- duf
- gdu
- neofetch
- plocate

# Focal Fossa
ubuntu_2004_packages:
- neofetch
- tldr
- mlocate

# Bionic Beaver
ubuntu_1804_packages:
- neofetch
- tldr
- mlocate

redhat_packages:
Expand Down

0 comments on commit 07d1213

Please sign in to comment.