Commit f4245ee5 by Michael DeHaan

add versionadded info to new modules

parent 331cfa6b
...@@ -76,6 +76,8 @@ Example action from Ansible :doc:`playbooks`:: ...@@ -76,6 +76,8 @@ Example action from Ansible :doc:`playbooks`::
apt_repository apt_repository
`````````````` ``````````````
.. versionadded:: 0.7
Manages apt repositores Manages apt repositores
+--------------------+----------+---------+----------------------------------------------------------------------------+ +--------------------+----------+---------+----------------------------------------------------------------------------+
...@@ -216,6 +218,8 @@ Example action from Ansible :doc:`playbooks`:: ...@@ -216,6 +218,8 @@ Example action from Ansible :doc:`playbooks`::
easy_install easy_install
```````````` ````````````
.. versionadded:: 0.7
The easy_install module installs Python libraries. The easy_install module installs Python libraries.
+--------------------+----------+---------+----------------------------------------------------------------------------+ +--------------------+----------+---------+----------------------------------------------------------------------------+
...@@ -553,6 +557,8 @@ from /usr/bin/ansible:: ...@@ -553,6 +557,8 @@ from /usr/bin/ansible::
pip pip
``` ```
.. versionadded:: 0.7
Manages Python library dependencies. Manages Python library dependencies.
+--------------------+----------+---------+----------------------------------------------------------------------------+ +--------------------+----------+---------+----------------------------------------------------------------------------+
...@@ -832,6 +838,8 @@ Example action from a playbook:: ...@@ -832,6 +838,8 @@ Example action from a playbook::
supervisorctl supervisorctl
````````````` `````````````
.. versionadded:: 0.7
Manage the state of a program or group of programs running via Supervisord Manage the state of a program or group of programs running via Supervisord
+--------------------+----------+---------+----------------------------------------------------------------------------+ +--------------------+----------+---------+----------------------------------------------------------------------------+
......
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