7 lines
93 B
YAML
7 lines
93 B
YAML
- hosts: all
|
|
roles:
|
|
- common
|
|
|
|
- name: Install services
|
|
import_playbook: services.yml
|