9 lines
140 B
YAML
9 lines
140 B
YAML
|
|
---
|
||
|
|
|
||
|
|
- name: Run common rolls for all hosts in common
|
||
|
|
hosts: common
|
||
|
|
become: true
|
||
|
|
roles:
|
||
|
|
- role: common
|
||
|
|
tags: common
|