Поправил vim, добавил пакет tree

This commit is contained in:
2021-12-14 05:37:50 +00:00
parent cbccbfd3e8
commit 9aa5bf6b94
3 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
---
- name: Install Debian packages
apt:
name: ['mc', 'htop', 'vim', 'screen', 'tmux', 'curl', 'wget', 'bash-completion']
name: ['mc', 'htop', 'vim', 'screen', 'tmux', 'curl', 'wget', 'bash-completion', 'tree']
state: present
update_cache: yes
when: ansible_facts['os_family'] == "Debian"