Add argument example to bootstrap.yml

This commit is contained in:
Joshua Boniface 2022-07-18 12:48:07 -04:00
parent 15dbe61e67
commit 5492eae24c
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