mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
gluster_volume: add 'volume' alias to 'name' param (#40845)
* gluster_volume: add 'volume' alias to 'name' param * remove gluster_volume from validate-modules/ignore.txt
This commit is contained in:
committed by
René Moser
parent
1c3a117f83
commit
7d2c71462d
@@ -22,6 +22,7 @@ options:
|
||||
description:
|
||||
- The volume name.
|
||||
required: true
|
||||
aliases: ['volume']
|
||||
state:
|
||||
description:
|
||||
- Use present/absent ensure if a volume exists or not.
|
||||
|
||||
@@ -1123,7 +1123,6 @@ lib/ansible/modules/source_control/gitlab_project.py E324
|
||||
lib/ansible/modules/source_control/gitlab_project.py E326
|
||||
lib/ansible/modules/source_control/gitlab_user.py E326
|
||||
lib/ansible/modules/source_control/subversion.py E322
|
||||
lib/ansible/modules/storage/glusterfs/gluster_volume.py E322
|
||||
lib/ansible/modules/storage/infinidat/infini_export.py E323
|
||||
lib/ansible/modules/storage/infinidat/infini_export.py E324
|
||||
lib/ansible/modules/storage/infinidat/infini_export_client.py E323
|
||||
|
||||
Reference in New Issue
Block a user