Install

Action: package.install

KeyTypeOptionalDescription

action

string

no

package.install

name

string

no

name of the target package

list

list

yes

list of multiple packages

provider

string

yes

OS specific package provider

repository

string

yes

specific repository for a provider & package

Example

- action: package.install
  name: curl

Last updated