8 lines
120 B
Django/Jinja
8 lines
120 B
Django/Jinja
#!/bin/sh
|
|
|
|
# Message of the day script to print PVC cluster status
|
|
# {{ ansible_managed }}
|
|
|
|
echo
|
|
pvc -q status -f short
|