community.general/lib/ansible/modules/extras/packaging/os
Julien Vey c5eb378677 Be consistent in the documentation
The documentation for the `state` field is not very clear.

It says possible values are "installed, uninstalled" and default value is "present"
The examples below alow uses `present` and `absent`.

This patch uses "absent" and "present" instead of "installed" and "uninstalled"

Moreover, this is consistent with other packaging modules, like homebrew itself
2016-12-08 11:32:35 -05:00
..
__init__.py Reorganization. 2016-12-08 11:32:19 -05:00
dnf.py Move dnf and bower plugins to proper subdirs 2016-12-08 11:32:24 -05:00
homebrew.py homebrew: Package name is not required. 2016-12-08 11:32:32 -05:00
homebrew_cask.py Be consistent in the documentation 2016-12-08 11:32:35 -05:00
homebrew_tap.py Make our regex match the homebrew tap upstream regex. 2016-12-08 11:32:28 -05:00
layman.py Reorganization. 2016-12-08 11:32:19 -05:00
macports.py Reorganization. 2016-12-08 11:32:19 -05:00
openbsd_pkg.py Reorganization. 2016-12-08 11:32:19 -05:00
opkg.py Reorganization. 2016-12-08 11:32:19 -05:00
pacman.py use state=latest to ensure the latest version is installed. mimics functionality of the apt and yum modules. 2016-12-08 11:32:24 -05:00
pkg5.py Add an accept_licenses option to pkg5 module 2016-12-08 11:32:33 -05:00
pkg5_publisher.py Fix idempotency when removing packages. 2016-12-08 11:32:25 -05:00
pkgin.py pkgin: support check mode, make other improvements 2016-12-08 11:32:28 -05:00
pkgng.py Make $BATCH=yes the default, remove module option 2016-12-08 11:32:25 -05:00
pkgutil.py pkgutil.py syntax fix 2016-12-08 11:32:27 -05:00
portage.py disable ask on sync action 2016-12-08 11:32:35 -05:00
portinstall.py Reorganization. 2016-12-08 11:32:19 -05:00
svr4pkg.py Reorganization. 2016-12-08 11:32:19 -05:00
swdepot.py Reorganization. 2016-12-08 11:32:19 -05:00
urpmi.py Make documentation of urpmi module force parameter clearer 2016-12-08 11:32:24 -05:00
zypper.py doc update for zypper 2016-12-08 11:32:33 -05:00
zypper_repository.py Fix documentation in zypper_repository 2016-12-08 11:32:23 -05:00