forked from bitlair/ansible
6 lines
122 B
YAML
6 lines
122 B
YAML
---
|
|
|
|
- hosts: mqtt
|
|
roles:
|
|
- { role: "common", tags: [ "common" ] }
|
|
- { role: "mqtt", tags: [ "mqtt", "mqtt" ] }
|