8 lines
110 B
YAML
8 lines
110 B
YAML
|
---
|
||
|
- name: Local environment
|
||
|
hosts: localhost
|
||
|
roles:
|
||
|
- ubuntu
|
||
|
- managed-blocks
|
||
|
- tool-config
|