summaryrefslogtreecommitdiff
path: root/code/environments/production/modules/apt/tasks/init.json
blob: 202000593e6578551eac1a54d07f6def10765db1 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "description": "Allows you to perform apt functions",
  "input_method": "stdin",
  "parameters": {
    "action": {
      "description": "Action to perform ",
      "type": "Enum[update, upgrade]"
    }
  }
}