fixed k3s selinux failed update

This commit is contained in:
Karim Naufal
2022-05-04 02:27:24 +02:00
parent 8e194f2b32
commit bbe66ee977
4 changed files with 40 additions and 4 deletions

View File

@@ -62,3 +62,9 @@ variable "server_type" {
description = "The server type"
type = string
}
variable "packages_to_install" {
description = "Packages to install"
type = list(string)
default = []
}