fruit-bowl/environments/production/thirdparty/apt/tasks/init.json
2025-04-01 17:49:26 +00:00

10 lines
254 B
JSON

{
"description": "Allows you to perform apt-get functions",
"input_method": "stdin",
"parameters": {
"action": {
"description": "Action to perform with apt-get",
"type": "Enum[update, upgrade, dist-upgrade, autoremove]"
}
}
}