Rename mqtt-internal to mqtt

This commit is contained in:
Mark Janssen 2024-07-18 22:17:59 +02:00
parent 44a122575d
commit e7e2458ba0
Signed by: foobar
SSH key fingerprint: SHA256:YBR6v1hMS154Xfydcxtfh34PfZtGR7b32eUFyAY85/0
8 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@
- hosts: mqtt
roles:
- { role: "mqtt-internal", tags: [ "mqtt-internal" ] }
- { role: "mqtt", tags: [ "mqtt" ] }
- hosts: music
roles:

View file

@ -3,4 +3,4 @@
- hosts: mqtt
roles:
- { role: "common", tags: [ "common" ] }
- { role: "mqtt-internal", tags: [ "mqtt", "mqtt-internal" ] }
- { role: "mqtt", tags: [ "mqtt", "mqtt" ] }