Commit bdba38c7 by Michael DeHaan

Merge pull request #109 from dne/patch-1

Remove outdated note about apt module
parents 85cedf52 2673b4b8
...@@ -73,10 +73,6 @@ Example action from Ansible :doc:`playbooks`:: ...@@ -73,10 +73,6 @@ Example action from Ansible :doc:`playbooks`::
apt pkg=foo=1.00 state=installed apt pkg=foo=1.00 state=installed
apt pkg=nginx state=latest default-release=squeeze-backports update-cache=yes apt pkg=nginx state=latest default-release=squeeze-backports update-cache=yes
NOTE: the apt module cannot currently request installation of a specific software version, as the yum
module can. This should be available in a future release.
.. _command: .. _command:
command command
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment