From 3d070fe3217d1915e574e691aa5af07f6343a4f4 Mon Sep 17 00:00:00 2001 From: Michael Grote <38253905+quotengrote@users.noreply.github.com> Date: Tue, 15 Dec 2020 15:02:45 +0100 Subject: [PATCH] =?UTF-8?q?Bugfix:=20Playbook=20virt=20------=20Rolle=20ra?= =?UTF-8?q?sdaemon=20wird=20mit=20neuem=20Inventar=20wieder=20ausgef=C3=BC?= =?UTF-8?q?hrt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbooks/service/pve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/service/pve.yml b/playbooks/service/pve.yml index 9c2cc1e8..349fa84a 100644 --- a/playbooks/service/pve.yml +++ b/playbooks/service/pve.yml @@ -9,5 +9,5 @@ - { role: mgrote.sanoid, tags: "sanoid" } - { role: mgrote.ecc-rasdaemon, tags: "ecc", - when: "'virtproduction' in group_names" } + when: "'pve2.grote.lan' in inventory_hostname" } - { role: mgrote.cv4pve-autosnap, tags: "cv4pve" }