Skip to content

Commit

Permalink
Add missing curly brackets around ansible variable
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Oct 27, 2023
1 parent 40f57ff commit 92e2497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/zigbee2mqtt/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
name: autorestic
vars:
autorestic_location: "zigbee2mqtt"
autorestic_docker: zigbee2mqtt_autorestic_docker
autorestic_docker: "{{ zigbee2mqtt_autorestic_docker }}"

0 comments on commit 92e2497

Please sign in to comment.