6 lines
96 B
YAML
6 lines
96 B
YAML
---
|
|
|
|
- hosts: debian
|
|
gather_facts: true
|
|
roles:
|
|
- { role: "common", tags: [ "common" ] }
|