mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-19 03:10:22 -07:00
Fix M(). (#591)
* Fix M(). * Break long line. * Fix the remaining M(...). * Break long line.
This commit is contained in:
parent
e3d36a3408
commit
097aebadb0
126 changed files with 155 additions and 198 deletions
|
@ -15,7 +15,7 @@ short_description: Create/delete a droplet/SSH_key in DigitalOcean
|
|||
deprecated:
|
||||
removed_in: 2.0.0 # was Ansible 2.12
|
||||
why: Updated module to remove external dependency with increased functionality.
|
||||
alternative: Use M(digital_ocean_droplet) instead.
|
||||
alternative: Use M(community.general.digital_ocean_droplet) instead.
|
||||
description:
|
||||
- Create/delete a droplet in DigitalOcean and optionally wait for it to be 'running', or deploy an SSH key.
|
||||
author: "Vincent Viallet (@zbal)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue