roles/common: Install rsync and lsof
This commit is contained in:
parent
8d6c3c57c3
commit
170e591701
@ -24,6 +24,8 @@
|
|||||||
- apt-transport-https # for https support in apt
|
- apt-transport-https # for https support in apt
|
||||||
- gnupg2
|
- gnupg2
|
||||||
- zstd
|
- zstd
|
||||||
|
- rsync
|
||||||
|
- lsof
|
||||||
|
|
||||||
- name: Install base packages
|
- name: Install base packages
|
||||||
apt: name={{ base_packages }} state=present cache_valid_time=3600
|
apt: name={{ base_packages }} state=present cache_valid_time=3600
|
||||||
|
@ -26,6 +26,8 @@
|
|||||||
- unzip
|
- unzip
|
||||||
- apt-transport-https # for https support in apt
|
- apt-transport-https # for https support in apt
|
||||||
- zstd
|
- zstd
|
||||||
|
- rsync
|
||||||
|
- lsof
|
||||||
|
|
||||||
- name: Install base packages
|
- name: Install base packages
|
||||||
apt: pkg={{ ubuntu_base_packages }} state=present cache_valid_time=3600
|
apt: pkg={{ ubuntu_base_packages }} state=present cache_valid_time=3600
|
||||||
|
Loading…
Reference in New Issue
Block a user