packages according to distri

This commit is contained in:
2022-10-27 16:43:38 +02:00
parent 557845f750
commit d25c5530a6
3 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
- neofetch
- net-tools
- "{{ nfs_client_package }}"
- python3-netaddr
- "{{ python_netaddr_package }}"
- ranger
- rsync
- tmux
@@ -22,7 +22,6 @@
- "{{ vim_package }}"
- vim-python-jedi
- wget
- unattended-upgrades
- name: system setup | utilities | install cloud-init and gemu guest agent
tags: packages,system,system setup
@@ -64,4 +63,5 @@
- htop
- exa
- dnsutils
- unattended-upgrades
when: ansible_distribution == "Debian"