blob: 28071bd831842ab596c0fad907f8d8a4b4562f4c (
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}
}
}
}
|