mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
committed by
Felix Fontein
parent
d0ad62b869
commit
564dd62c80
@@ -92,16 +92,16 @@ requirements:
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Create a volume
|
||||
docker_volume:
|
||||
community.docker.docker_volume:
|
||||
name: volume_one
|
||||
|
||||
- name: Remove a volume
|
||||
docker_volume:
|
||||
community.docker.docker_volume:
|
||||
name: volume_one
|
||||
state: absent
|
||||
|
||||
- name: Create a volume with options
|
||||
docker_volume:
|
||||
community.docker.docker_volume:
|
||||
name: volume_two
|
||||
driver_options:
|
||||
type: btrfs
|
||||
|
||||
Reference in New Issue
Block a user