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