Add argument example to bootstrap.yml
This commit is contained in:
parent
15dbe61e67
commit
5492eae24c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue