Fix kolla_docker ansible-doc examples

Missing the module name in the examples.

Change-Id: I7a60f92bd163688401ab5dd0f6cc9464ae934356
This commit is contained in:
Eduardo Gonzalez 2018-08-09 17:07:03 +02:00
parent f3e2ab217f
commit 2e7da7a38f
1 changed files with 2 additions and 0 deletions

View File

@ -192,9 +192,11 @@ EXAMPLES = '''
action: pull_image
image: private-registry.example.com:5000/ubuntu
- name: Create named volume
kolla_docker:
action: create_volume
name: name_of_volume
- name: Remove named volume
kolla_docker:
action: remove_volume
name: name_of_volume
'''