From a12366d2ad275186f5b511a061b4f7bf05684632 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Mon, 28 Oct 2024 22:59:52 +0100 Subject: [PATCH] enable domotica task for phobos --- ansible/playbook-push.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/playbook-push.yaml b/ansible/playbook-push.yaml index c6d7fa9..62ee84f 100644 --- a/ansible/playbook-push.yaml +++ b/ansible/playbook-push.yaml @@ -6,6 +6,10 @@ hosts: routers roles: - router +- name: domotica on phobos + hosts: phobos,qemu + roles: + - domotica - name: alarmd on iapetus hosts: iapetus roles: -- 2.51.0