CHANGE: removes unattended-upgrades from base_system role for now, makes this role a part of maintain playbook
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
# Check the Internet connection
|
||||
# Check free disk space
|
||||
- ../roles/common_healthcheck
|
||||
# Ensure that all the required packages are installed
|
||||
- ../roles/base_system
|
||||
# Update the system
|
||||
- ../roles/update_system
|
||||
# Harden SSH - we must be sure that the last version of ssh configs are distributed
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
- git
|
||||
- curl
|
||||
- kitty
|
||||
- unattended-upgrades
|
||||
# - unattended-upgrades It requires some addition configuration, exclude it for now
|
||||
- ssh
|
||||
- openssh-server
|
||||
update-cache: true # Run apt update before installation
|
||||
|
||||
Reference in New Issue
Block a user