1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

rename dellemc_idrac_firmware -> idrac_firmware (#54421)

This commit is contained in:
James Cassell 2019-03-26 17:47:07 -04:00 committed by Brian Coca
parent 51f2065df5
commit 92139a01df
3 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,3 @@
---
minor_changes:
- renamed `dellemc_idrac_firmware` module to `idrac_firmware`

View file

@ -0,0 +1 @@
idrac_firmware.py

View file

@ -21,7 +21,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = r'''
---
module: dellemc_idrac_firmware
module: idrac_firmware
short_description: Firmware update from a repository on a network share (CIFS, NFS).
version_added: "2.8"
description:
@ -86,7 +86,7 @@ author: "Rajeev Arakkal (@rajeevarakkal)"
EXAMPLES = """
---
- name: Update firmware from repository on a Network Share
dellemc_idrac_firmware:
idrac_firmware:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_pwd: "user_pwd"