blob: efb4c15e3c1163b578f016adbdfc288f10864e65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"args" : {
"password" : "<STDIN>",
"_editor" : "nano",
"_utils" : "openssh git curl dhclient",
"post" : "don't reboot"
},
"post" : {
"Install workstation packages": {
"pacman -Syy --noconfirm {_utils} {_editor}" : {"pass-args" : true}
}
}
}
|