Fix description for baremetal_register_or_update_nodes module

The docstring of baremetal_register_or_update_nodes module was
a copy paste from the baremetal_nodes_validate module.

This change provide relevant information about the module.

Change-Id: Ia4c5fedd35c20a2c013ab4a666c8a366863bd1ae
Closes-Bug: #1866931
This commit is contained in:
Alexey Stupnikov 2020-10-03 17:43:41 +02:00
parent e7a2b4068e
commit 81640d58de
1 changed files with 4 additions and 4 deletions

View File

@ -33,19 +33,19 @@ ANSIBLE_METADATA = {
DOCUMENTATION = '''
---
module: baremetal_nodes_validate
module: baremetal_register_or_update_nodes
short_description: Baremetal nodes
short_description: Register, update or remove baremetal nodes
version_added: "2.8"
description:
- "Baremetal nodes functions."
- "It registers, updates or removes baremetal nodes of Ironic"
options:
nodes_json:
description:
- List of the nodes to be validated
- Description of the nodes to be added, removed, changed
type: list
required: true
remove: