diff options
Diffstat (limited to 'ansible_collections/dellemc/unity/plugins/modules/volume.py')
-rw-r--r-- | ansible_collections/dellemc/unity/plugins/modules/volume.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible_collections/dellemc/unity/plugins/modules/volume.py b/ansible_collections/dellemc/unity/plugins/modules/volume.py index 81790ea24..4b23267ac 100644 --- a/ansible_collections/dellemc/unity/plugins/modules/volume.py +++ b/ansible_collections/dellemc/unity/plugins/modules/volume.py @@ -224,10 +224,10 @@ EXAMPLES = r""" validate_certs: "{{validate_certs}}" vol_id: "{{vol_id}}" hosts: - - host_name: "10.226.198.248" - hlu: 1 - - host_id: "Host_929" - hlu: 2 + - host_name: "10.226.198.248" + hlu: 1 + - host_id: "Host_929" + hlu: 2 mapping_state: "mapped" state: "present" |