Install utility programs for live system admin

This commit is contained in:
Wojciech Kozlowski 2022-08-30 18:38:05 +02:00
parent 36b033013b
commit ac80331067

View File

@ -6,6 +6,16 @@
tasks:
# ----------------------------------------------------------------------------------------------
# Helpful utility programs to help with live system administration.
# ----------------------------------------------------------------------------------------------
- name: Install utility programs.
apt:
name:
- htop
- man
# -------------------------------------------------------------------------
# Unattended upgrades configuration.
# -------------------------------------------------------------------------