mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 04:10:23 -07:00
modules: improve documentation (#528)
* modules: improve documentation * Update plugins/modules/cloud/digital_ocean/digital_ocean_tag.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/database/postgresql/postgresql_privs.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/notification/slack.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
736f2ecac0
commit
09e2b89d5b
3 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@ options:
|
|||
resource_id:
|
||||
description:
|
||||
- The ID of the resource to operate on.
|
||||
- The data type of resource_id is changed from integer to string, from version 2.5.
|
||||
- The data type of resource_id is changed from integer to string since Ansible 2.5.
|
||||
aliases: ['droplet_id']
|
||||
resource_type:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue