Fix install order from mqtt hosts
This commit is contained in:
parent
6c153937dd
commit
44c3621a55
1 changed files with 8 additions and 1 deletions
|
@ -15,9 +15,16 @@
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
- mosquitto
|
- mosquitto
|
||||||
- ha_mqtt_configd
|
|
||||||
- telegraf
|
- telegraf
|
||||||
- nginx
|
- nginx
|
||||||
- role: nginx_site
|
- role: nginx_site
|
||||||
nginx_site_name: iot.foo.sh
|
nginx_site_name: iot.foo.sh
|
||||||
- shelly_firmware
|
- shelly_firmware
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- name: Run handlers to get interfaces
|
||||||
|
ansible.builtin.meta: flush_handlers
|
||||||
|
|
||||||
|
- name: Import ha_mqtt_configd role
|
||||||
|
ansible.builtin.import_role:
|
||||||
|
name: ha_mqtt_configd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue