Install utility programs for live system admin
This commit is contained in:
parent
36b033013b
commit
ac80331067
10
machine.yml
10
machine.yml
@ -6,6 +6,16 @@
|
|||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
# ----------------------------------------------------------------------------------------------
|
||||||
|
# Helpful utility programs to help with live system administration.
|
||||||
|
# ----------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
- name: Install utility programs.
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- htop
|
||||||
|
- man
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Unattended upgrades configuration.
|
# Unattended upgrades configuration.
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user