7 lines
107 B
YAML
7 lines
107 B
YAML
|
---
|
||
|
- name: scratch testing
|
||
|
hosts: localhost
|
||
|
gather_facts: false
|
||
|
become: false
|
||
|
roles:
|
||
|
- scratch
|