Author: | Afterburn |
---|
New in version 1.0.
Manage packages with the pacman package manager, which is used by Arch Linux and its variants.
parameter | required | default | choices | comments |
---|---|---|---|---|
name | no | Name of the package to install, upgrade, or remove. | ||
recurse | no | no |
|
When removing a package, also remove its dependencies, provided that they are not required by other packages and were not explicitly installed by a user. (added in Ansible 1.3) |
state | no | present |
|
Desired state of the package. |
update_cache | no | no |
|
Whether or not to refresh the master package lists. This can be run as part of a package installation or as a separate step. |