From 0151ed4508499ca558f8a4df0eb54a5c27e1a354 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 10 May 2012 00:46:12 -0400 Subject: [PATCH] misc clarifications --- rst/modules.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rst/modules.rst b/rst/modules.rst index f710dfd8311..0ac5ea45e5b 100644 --- a/rst/modules.rst +++ b/rst/modules.rst @@ -44,7 +44,8 @@ Manages apt-packages (such as for Debian/Ubuntu). *pkg*: -* A package name or package specifier with version, like foo=1.0 +* A package name or package specifier with version, like `foo`, or `foo=1.0` to +install a specific version of the foo package. *state*: @@ -624,7 +625,8 @@ Will install, upgrade, remove, and list packages with the yum package manager. * When 'list' is supplied instead of 'state', the yum module can list various configuration attributes. Values include 'installed', 'updates', - 'available', 'repos', or any package specifier. + 'available', 'repos', or any package specifier. (This is more intended for + use with /usr/bin/ansible or the API, not playbooks.) Example action from Ansible :doc:`playbooks`::