From 47c0c710023f4b2c5d8dfda8fd10485f307ca904 Mon Sep 17 00:00:00 2001 From: ABond Date: Sat, 24 Dec 2016 18:24:54 -0500 Subject: [PATCH] Minor grammar change in Digital_Ocean Module doc (#19674) --- lib/ansible/modules/cloud/digital_ocean/digital_ocean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/digital_ocean/digital_ocean.py b/lib/ansible/modules/cloud/digital_ocean/digital_ocean.py index 5f9f836e781..a0e4633a2d5 100644 --- a/lib/ansible/modules/cloud/digital_ocean/digital_ocean.py +++ b/lib/ansible/modules/cloud/digital_ocean/digital_ocean.py @@ -65,7 +65,7 @@ options: - This is the slug of the region you would like your server to be created in. ssh_key_ids: description: - - Optional, array of of SSH key (numeric) ID that you would like to be added to the server. + - Optional, array of SSH key (numeric) ID that you would like to be added to the server. virtio: description: - "Bool, turn on virtio driver in droplet for improved network and storage I/O."