9 lines
137 B
YAML
9 lines
137 B
YAML
---
|
|
|
|
# execute this role
|
|
- name: "install and configure common items"
|
|
hosts: "all"
|
|
serial: 2
|
|
become: true
|
|
roles:
|
|
- role: "."
|