mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
Merge pull request #1251 from dagwieers/hpilo_facts-fixes
Fix typo/cosmetic change
This commit is contained in:
@@ -22,7 +22,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
author: Dag Wieers
|
||||
module: hpilo_facts
|
||||
short_description: Gather facts for a systel through HP iLO interface
|
||||
short_description: Gather facts through an HP iLO interface
|
||||
description:
|
||||
- This module gathers facts for a specific system using its HP iLO interface.
|
||||
These facts include hardware and network related information useful
|
||||
@@ -98,7 +98,7 @@ warnings.simplefilter('ignore')
|
||||
def main():
|
||||
|
||||
module = AnsibleModule(
|
||||
argument_spec=dict(
|
||||
argument_spec = dict(
|
||||
host = dict(required=True),
|
||||
login = dict(default='Administrator'),
|
||||
password = dict(default='admin'),
|
||||
|
||||
Reference in New Issue
Block a user