updated antidote
This commit is contained in:
parent
62ea83b28b
commit
6e3aa32622
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue