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