summaryrefslogtreecommitdiff
path: root/cloud/openstack/os_security_group.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/openstack/os_security_group.py')
-rw-r--r--cloud/openstack/os_security_group.py16
1 files changed, 8 insertions, 8 deletions
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
'''