fix(raspberry_pi): install docker-compose-plugin before starting stack
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
---
|
||||
- name: Install docker-compose-plugin
|
||||
ansible.builtin.apt:
|
||||
name: docker-compose-plugin
|
||||
state: present
|
||||
become: true
|
||||
when: inventory_hostname == 'naruto'
|
||||
|
||||
- name: Deploy Mosquitto config
|
||||
ansible.builtin.template:
|
||||
src: zigbee2mqtt/mosquitto.conf.j2
|
||||
|
||||
Reference in New Issue
Block a user