Add argument example to bootstrap.yml

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:28 -04:00
parent da98a4d445
commit fb03b0659d
1 changed files with 5 additions and 1 deletions

View File

@ -323,7 +323,11 @@ hooks:
- hv1 - hv1
args: args:
source: remote source: remote
path: "/usr/local/bin/dostuff" path: "sudo /usr/local/bin/dostuff"
arguments:
- "-c look"
- "arg1"
- "arg2"
- name: "Inform a Mattermost channel of completion" - name: "Inform a Mattermost channel of completion"
type: webhook type: webhook