2022-10-31 09:56:41 -04:00
|
|
|
---
|
|
|
|
- name: scratch testing
|
2022-11-01 20:21:31 -04:00
|
|
|
hosts: localhost
|
2022-11-01 05:13:56 -04:00
|
|
|
gather_facts: true
|
2022-11-01 20:21:31 -04:00
|
|
|
become: false
|
2022-10-31 09:56:41 -04:00
|
|
|
roles:
|
2022-11-01 21:48:24 -04:00
|
|
|
- k8s_storage
|