7 lines
105 B
YAML
7 lines
105 B
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
gather_facts: true
|
|
become: true
|
|
roles:
|
|
- role: shell |