1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

add versionadded info to new modules

This commit is contained in:
Michael DeHaan 2012-08-09 22:10:06 -04:00
parent 331cfa6b36
commit f4245ee5f0

View file

@ -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`::
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::
pip pip
``` ```
.. versionadded:: 0.7
Manages Python library dependencies. Manages Python library dependencies.
+--------------------+----------+---------+----------------------------------------------------------------------------+ +--------------------+----------+---------+----------------------------------------------------------------------------+
@ -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
+--------------------+----------+---------+----------------------------------------------------------------------------+ +--------------------+----------+---------+----------------------------------------------------------------------------+