homebridge/tasks/main.yaml
changeset 197 1cc658995a70
parent 196 e07868e39791
--- a/homebridge/tasks/main.yaml	Wed Oct 19 09:17:03 2022 -0500
+++ b/homebridge/tasks/main.yaml	Fri Oct 21 21:58:58 2022 -0500
@@ -4,12 +4,12 @@
   become: yes
   get_url:
     url: "https://repo.homebridge.io/KEY.gpg"
-    dest: /etc/apt/trusted.gpg.d/homebridge.asc
+    dest: "/etc/apt/trusted.gpg.d/homebridge.asc"
     mode: "0644"
 
 - name: add homebridge apt repo
   become: yes
-  apt_repository: repo="deb https://repo.homebridge.io stable main"
+  apt_repository: repo="deb [signed-by=/etc/apt/trusted.gpg.d/homebridge.asc] https://repo.homebridge.io stable main"
 
 - name: apt install homebridge
   become: yes