roles/common: Install rsync and lsof

This commit is contained in:
Alan Orth 2021-09-27 11:36:40 +03:00
parent 8d6c3c57c3
commit 170e591701
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,8 @@
- apt-transport-https # for https support in apt
- gnupg2
- zstd
- rsync
- lsof
- name: Install base packages
apt: name={{ base_packages }} state=present cache_valid_time=3600

View File

@ -26,6 +26,8 @@
- unzip
- apt-transport-https # for https support in apt
- zstd
- rsync
- lsof
- name: Install base packages
apt: pkg={{ ubuntu_base_packages }} state=present cache_valid_time=3600