Merge pull request #1983 from lowwalker/patch-3
removed hyphens in module name in examples
This commit is contained in:
commit
6b15fc6259
1 changed files with 2 additions and 2 deletions
|
@ -40,12 +40,12 @@ author: "Monty Taylor (@emonty)"
|
|||
|
||||
EXAMPLES = '''
|
||||
# Get list of clouds that do not support security groups
|
||||
- os-client-config:
|
||||
- os_client_config:
|
||||
- debug: var={{ item }}
|
||||
with_items: "{{ openstack.clouds|rejectattr('secgroup_source', 'none')|list() }}"
|
||||
|
||||
# Get the information back just about the mordred cloud
|
||||
- os-client-config:
|
||||
- os_client_config:
|
||||
clouds:
|
||||
- mordred
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue