7 lines
84 B
YAML
7 lines
84 B
YAML
---
|
|
|
|
- name: Apply role-one to all nodes
|
|
hosts: localhost
|
|
roles:
|
|
- role-one
|