From 00e64def786e1b83774fb26d87826b01cae1a474 Mon Sep 17 00:00:00 2001 From: Lars Van Casteren Date: Fri, 11 Nov 2016 15:54:58 +0100 Subject: Docs update for `os_security_group` (#5531) The example used equal characters and not colon characters. --- cloud/openstack/os_security_group.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cloud') diff --git a/cloud/openstack/os_security_group.py b/cloud/openstack/os_security_group.py index f2a2bb6a..e5d0b899 100644 --- a/cloud/openstack/os_security_group.py +++ b/cloud/openstack/os_security_group.py @@ -53,17 +53,17 @@ options: EXAMPLES = ''' # Create a security group - os_security_group: - cloud=mordred - state=present - name=foo - description=security group for foo servers + cloud: mordred + state: present + name: foo + description: security group for foo servers # Update the existing 'foo' security group description - os_security_group: - cloud=mordred - state=present - name=foo - description=updated description for the foo security group + cloud: mordred + state: present + name: foo + description: updated description for the foo security group ''' -- cgit v1.2.1