From 8b9cd7f410984c619441234dd6797676be052a26 Mon Sep 17 00:00:00 2001 From: Donovan Jones Date: Wed, 16 Dec 2015 15:20:55 +1300 Subject: [PATCH] fix typo in os_server security_groups description --- lib/ansible/modules/cloud/openstack/os_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/openstack/os_server.py b/lib/ansible/modules/cloud/openstack/os_server.py index b9f58016644..39b8086a870 100644 --- a/lib/ansible/modules/cloud/openstack/os_server.py +++ b/lib/ansible/modules/cloud/openstack/os_server.py @@ -79,7 +79,7 @@ options: security_groups: description: - Names of the security groups to which the instance should be - added. This may be a YAML list or a common separated string. + added. This may be a YAML list or a comma separated string. required: false default: None network: