forked from bitlair/ansible
Rename mqtt-internal to mqtt
This commit is contained in:
parent
44a122575d
commit
e7e2458ba0
8 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
- hosts: mqtt
|
- hosts: mqtt
|
||||||
roles:
|
roles:
|
||||||
- { role: "mqtt-internal", tags: [ "mqtt-internal" ] }
|
- { role: "mqtt", tags: [ "mqtt" ] }
|
||||||
|
|
||||||
- hosts: music
|
- hosts: music
|
||||||
roles:
|
roles:
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
- hosts: mqtt
|
- hosts: mqtt
|
||||||
roles:
|
roles:
|
||||||
- { role: "common", tags: [ "common" ] }
|
- { role: "common", tags: [ "common" ] }
|
||||||
- { role: "mqtt-internal", tags: [ "mqtt", "mqtt-internal" ] }
|
- { role: "mqtt", tags: [ "mqtt", "mqtt" ] }
|
Loading…
Add table
Reference in a new issue