Formatting

This commit is contained in:
Sam A. 2022-12-26 02:13:06 +01:00
parent ff7779de56
commit b4b552953b
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
#!/bin/sh
usage () {
printf '%s\n' "Usage:"
printf '\t%s\n' "$0"
printf '\t%s\n' "$0 os"
printf '\t%s\n' "$0 services [SINGLE_SERVICE]"
printf '\t%s\n' "$0 reboot [-f|--force]"
usage() {
printf '%s\n' "Usage:"
printf '$ %s\n' "$0"
printf '$ %s\n' "$0 os"
printf '$ %s\n' "$0 services [SINGLE_SERVICE]"
printf '$ %s\n' "$0 reboot [-f|--force]"
}
BASE_CMD="ansible-playbook playbook.yml --ask-vault-pass --ask-become-pass"