summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Jones <git@gamma.net.nz>2015-12-16 15:20:55 +1300
committerBrian Coca <brian.coca+git@gmail.com>2015-12-17 13:08:12 -0500
commitec4eefaf2908fbb367c822636a84059ff10ca975 (patch)
treee8521e3f526ff3d0f9cd633b45d8ebc3d39d8936
parent0ab490aae1b7613fee589464f81e8b4a80f2e6af (diff)
downloadansible-modules-core-ec4eefaf2908fbb367c822636a84059ff10ca975.tar.gz
fix typo in os_server security_groups description
-rw-r--r--cloud/openstack/os_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/openstack/os_server.py b/cloud/openstack/os_server.py
index 3e9ea160..076af3d8 100644
--- a/cloud/openstack/os_server.py
+++ b/cloud/openstack/os_server.py
@@ -77,7 +77,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: