- "package name, or package specifier with version, like C(name-1.0) in state=latest this can be '*' which means run: yum -y update. also you can pass a url or a local path to a rpm file."
- "Package name, or package specifier with version, like C(name-1.0).When using state=latest, this can be '*' which means run: yum -y update. You can also pass a url or a local path to a rpm file."
required: true
required: true
default: null
default: null
aliases: []
aliases: []
list:
list:
description:
description:
- various non-idempotent commands for usage with C(/usr/bin/ansible) and I(not) playbooks. See examples.
- Various non-idempotent commands for usage with C(/usr/bin/ansible) and I(not) playbooks. See examples.
required: false
required: false
default: null
default: null
state:
state:
description:
description:
- whether to install (C(present), C(latest)), or remove (C(absent)) a package.
- Whether to install (C(present), C(latest)), or remove (C(absent)) a package.