mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update docstring in digital_ocean for backups_enabled version_added
This commit is contained in:
parent
bfd9323274
commit
3d07db26e3
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ options:
|
||||||
backups_enabled:
|
backups_enabled:
|
||||||
description:
|
description:
|
||||||
- Optional, Boolean, enables backups for your droplet.
|
- Optional, Boolean, enables backups for your droplet.
|
||||||
version_added: "1.5"
|
version_added: "1.6"
|
||||||
default: "no"
|
default: "no"
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
wait:
|
wait:
|
||||||
|
|
Loading…
Reference in a new issue