From 296cb0a556d9d1311aeb443b232da2b13e8af358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Sun, 24 Mar 2024 20:37:52 -0400 Subject: [PATCH] [ansible] Trigger only if tas5806 is detected --- ansible/site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/site.yml b/ansible/site.yml index e3f54ce..24a5034 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -21,4 +21,5 @@ - ansible_distribution == "Debian" - ansible_distribution_version is version('11' '>=') - "'Raspberry Pi 4' in ovos_installer_raspberrypi or 'Raspberry Pi 5' in ovos_installer_raspberrypi" + - "'tas5806' in ovos_installer_i2c_devices" - role: ovos_installer