Fix kolla_docker ansible-doc examples
Missing the module name in the examples. Change-Id: I7a60f92bd163688401ab5dd0f6cc9464ae934356
This commit is contained in:
parent
f3e2ab217f
commit
2e7da7a38f
@ -192,9 +192,11 @@ EXAMPLES = '''
|
|||||||
action: pull_image
|
action: pull_image
|
||||||
image: private-registry.example.com:5000/ubuntu
|
image: private-registry.example.com:5000/ubuntu
|
||||||
- name: Create named volume
|
- name: Create named volume
|
||||||
|
kolla_docker:
|
||||||
action: create_volume
|
action: create_volume
|
||||||
name: name_of_volume
|
name: name_of_volume
|
||||||
- name: Remove named volume
|
- name: Remove named volume
|
||||||
|
kolla_docker:
|
||||||
action: remove_volume
|
action: remove_volume
|
||||||
name: name_of_volume
|
name: name_of_volume
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user