From 6e3aa326229fcb26aa25e9eb3b1423dcd9ebe561 Mon Sep 17 00:00:00 2001 From: eeleater Date: Sun, 11 Aug 2024 23:19:17 +0200 Subject: [PATCH] updated antidote --- dot_config/topgrade.toml.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_config/topgrade.toml.tmpl b/dot_config/topgrade.toml.tmpl index 0458c67..f293b35 100644 --- a/dot_config/topgrade.toml.tmpl +++ b/dot_config/topgrade.toml.tmpl @@ -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"