Fix openstack module documentation
This commit is contained in:
parent
e4c4f02472
commit
447d1e4b7c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ options:
|
|||
|
||||
EXAMPLES = '''
|
||||
# Creates a object named 'fstab' in the 'config' container
|
||||
- os_object: cloud=mordred state=present name=fstab container=config file=/etc/fstab
|
||||
- os_object: cloud=mordred state=present name=fstab container=config filename=/etc/fstab
|
||||
|
||||
# Deletes a container called config and all of its contents
|
||||
- os_object: cloud=rax-iad state=absent container=config
|
||||
|
|
Loading…
Reference in a new issue