7 lines
77 B
YAML
7 lines
77 B
YAML
|
---
|
||
|
- name: Verify
|
||
|
hosts: all
|
||
|
gather_facts: true
|
||
|
become: true
|
||
|
tasks:
|