1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-02 00:28:52 +00:00

No longer need to reference 'version_added' in docs for these, as this was quite a while ago.

This commit is contained in:
Michael DeHaan 2013-11-27 21:19:32 -05:00
parent 51e6f411f2
commit ff0a41d446
19 changed files with 17 additions and 19 deletions

View file

@ -25,7 +25,7 @@ module: mysql_db
short_description: Add or remove MySQL databases from a remote host.
description:
- Add or remove MySQL databases from a remote host.
version_added: "0.6"
version_added: historical
options:
name:
description:

View file

@ -24,7 +24,7 @@ module: mysql_user
short_description: Adds or removes a user from a MySQL database.
description:
- Adds or removes a user from a MySQL database.
version_added: "0.6"
version_added: historical
options:
name:
description:

View file

@ -22,7 +22,7 @@ module: postgresql_db
short_description: Add or remove PostgreSQL databases from a remote host.
description:
- Add or remove PostgreSQL databases from a remote host.
version_added: "0.6"
version_added: historical
options:
name:
description:

View file

@ -34,7 +34,7 @@ description:
the module to try to remove the user, but if not possible keep going; the
module will report if changes happened and separately if the user was
removed or not.
version_added: "0.6"
version_added: historical
options:
name:
description: