updated antidote

This commit is contained in:
eeleater 2024-08-11 23:19:17 +02:00
parent 62ea83b28b
commit 6e3aa32622

View file

@ -21,11 +21,11 @@ skip_notify = true
#run_in_tmux = true
# List of remote machines with Topgrade installed on them
{{- if eq .chezmoi.hostname "pxm" }}
{{ if eq .chezmoi.hostname "pxm" }}
remote_topgrades = ["docker", "kali", "mail"]
{{ else -}}
{{ else }}
remote_topgrades = ["pxm", "web", "infra"]
{{- end }}
{{ end }}
# Arguments to pass SSH when upgrading remote systems
#ssh_arguments = "-o ConnectTimeout=2"