community.general icon indicating copy to clipboard operation
community.general copied to clipboard

[WIP]Modules for performing HPE iLO operations

Open Gayathirideviramasamy opened this issue 1 year ago • 9 comments

SUMMARY These are modules to perform HPE iLO operations like RAID, SNMP, enabling secure boot, etc.

ISSUE TYPE New Module Pull Request and Feature Pull Request COMPONENT NAME ilo_redfish_command.py ilo_redfish_config.py ilo_redfish_info.py

ADDITIONAL INFORMATION ilo_redfish_utils.py is the utils file for the above modules. redfish_utils.py is enhanced to support the PUT method

Gayathirideviramasamy avatar Oct 03 '22 15:10 Gayathirideviramasamy

cc @bhavya06 @mraineri @rajeevkallur @renxulei @tomasg2012 @xmadsen click here for bot help

ansibullbot avatar Oct 03 '22 15:10 ansibullbot

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

The test botmeta failed with 12 errors:

.github/BOTMETA.yml:0:0: Author Gayathirideviramasamy not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_command.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author TSKushal not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_command.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author varini-hp not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_command.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author prativa-n not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_command.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author Gayathirideviramasamy not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_config.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author TSKushal not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_config.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author varini-hp not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_config.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author prativa-n not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_config.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author Gayathirideviramasamy not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_info.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author TSKushal not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_info.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author varini-hp not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_info.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author prativa-n not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_info.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)

The test ansible-test sanity --test validate-modules [explain] failed with 27 errors:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: return-syntax-error: RETURN.ilo_redfish_command.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_command']['contains']['command']['contains']['msg']['type']. Got None
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'alert_destinations' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'logical_drives_names' in argument_spec specifies elements as str,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'raid_details' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'snmpv3_usernames' in argument_spec specifies elements as str,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'snmpv3_users' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-missing-type: Argument 'attribute_name' in argument_spec uses default type ('str') but documentation doesn't define type
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveCount' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveInterfaceType' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveMediaType' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveMinimumSizeGiB' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDrives' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'LogicalDriveName' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'Raid' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'alert_destination' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'amgr_attributesttribute_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'security_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'snmp_alert_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'trap_community' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'user_engine_id' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: return-syntax-error: RETURN.ilo_redfish_config.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_config']['contains']['command']['contains']['msg']['type']. Got None
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: undocumented-parameter: Argument 'attribute_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/remote_management/redfish/ilo_redfish_info.py:0:0: return-syntax-error: RETURN.ilo_redfish_info.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_info']['contains']['command']['contains']['msg']['type']. Got None

The test ansible-test sanity --test ansible-doc [explain] failed with the error:

Output on stderr from ansible-doc is considered an error.

Command "ansible-doc -t module community.general.idrac_redfish_command community.general.idrac_redfish_config community.general.idrac_redfish_info community.general.ilo_redfish_command community.general.ilo_redfish_config community.general.ilo_redfish_info community.general.redfish_command community.general.redfish_config community.general.redfish_info community.general.wdc_redfish_command community.general.wdc_redfish_info community.general.xcc_redfish_command" returned exit status 0.
>>> Standard Error
[WARNING]: module community.general.ilo_redfish_command not found in:
/dev/null:/root/ansible/lib/ansible/modules

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

The test ansible-test sanity --test validate-modules [explain] failed with 32 errors:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: return-syntax-error: RETURN.ilo_redfish_command.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_command']['contains']['command']['contains']['msg']['type']. Got None
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'alert_destinations' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'logical_drives_names' in argument_spec specifies elements as str,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'raid_details' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'snmpv3_usernames' in argument_spec specifies elements as str,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'snmpv3_users' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-missing-type: Argument 'attribute_name' in argument_spec uses default type ('str') but documentation doesn't define type
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveCount' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveInterfaceType' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveMediaType' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveMinimumSizeGiB' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDrives' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'LogicalDriveName' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'Raid' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'alert_destination' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'amgr_attributesttribute_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'security_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'snmp_alert_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'trap_community' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'user_engine_id' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.alert_destinations: Argument defines type as list but elements is not defined for dictionary value @ data['options']['alert_destinations']. Got {'required': False, 'description': ['List of alert destination that needs to be added in the given server'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.logical_drives_names: Argument defines type as list but elements is not defined for dictionary value @ data['options']['logical_drives_names']. Got {'required': False, 'description': ['logical drives names which are to be deleted'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.raid_details: Argument defines type as list but elements is not defined for dictionary value @ data['options']['raid_details']. Got {'required': False, 'description': ['List of RAID details that need to be configured in the given server'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.snmpv3_usernames: Argument defines type as list but elements is not defined for dictionary value @ data['options']['snmpv3_usernames']. Got {'required': False, 'description': ['List of SNMPv3 user names that need to be deleted from the given server'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.snmpv3_users: Argument defines type as list but elements is not defined for dictionary value @ data['options']['snmpv3_users']. Got {'required': False, 'description': ['List of SNMPv3 users that needs to be added in the given server'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: return-syntax-error: RETURN.ilo_redfish_config.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_config']['contains']['command']['contains']['msg']['type']. Got None
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: undocumented-parameter: Argument 'attribute_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/remote_management/redfish/ilo_redfish_info.py:0:0: return-syntax-error: RETURN.ilo_redfish_info.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_info']['contains']['command']['contains']['msg']['type']. Got None

The test ansible-test sanity --test validate-modules [explain] failed with 32 errors:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: return-syntax-error: RETURN.ilo_redfish_command.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_command']['contains']['command']['contains']['msg']['type']. Got None
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'alert_destinations' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'logical_drives_names' in argument_spec specifies elements as str,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'raid_details' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'snmpv3_usernames' in argument_spec specifies elements as str,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'snmpv3_users' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-missing-type: Argument 'attribute_name' in argument_spec uses default type ('str') but documentation doesn't define type
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveCount' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveInterfaceType' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveMediaType' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveMinimumSizeGiB' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDrives' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'LogicalDriveName' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'Raid' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'alert_destination' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'amgr_attributesttribute_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'security_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'snmp_alert_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'trap_community' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'user_engine_id' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.alert_destinations: Argument defines type as list but elements is not defined for dictionary value @ data['options']['alert_destinations']. Got {'required': False, 'description': ['List of alert destination that needs to be added in the given server'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.logical_drives_names: Argument defines type as list but elements is not defined for dictionary value @ data['options']['logical_drives_names']. Got {'required': False, 'description': ['logical drives names which are to be deleted'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.raid_details: Argument defines type as list but elements is not defined for dictionary value @ data['options']['raid_details']. Got {'required': False, 'description': ['List of RAID details that need to be configured in the given server'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.snmpv3_usernames: Argument defines type as list but elements is not defined for dictionary value @ data['options']['snmpv3_usernames']. Got {'required': False, 'description': ['List of SNMPv3 user names that need to be deleted from the given server'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.snmpv3_users: Argument defines type as list but elements is not defined for dictionary value @ data['options']['snmpv3_users']. Got {'required': False, 'description': ['List of SNMPv3 users that needs to be added in the given server'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: return-syntax-error: RETURN.ilo_redfish_config.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_config']['contains']['command']['contains']['msg']['type']. Got None
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: undocumented-parameter: Argument 'attribute_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/remote_management/redfish/ilo_redfish_info.py:0:0: return-syntax-error: RETURN.ilo_redfish_info.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_info']['contains']['command']['contains']['msg']['type']. Got None

The test ansible-test sanity --test validate-modules [explain] failed with 27 errors:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: return-syntax-error: RETURN.ilo_redfish_command.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_command']['contains']['command']['contains']['msg']['type']. Got None
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'alert_destinations' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'logical_drives_names' in argument_spec specifies elements as str,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'raid_details' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'snmpv3_usernames' in argument_spec specifies elements as str,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'snmpv3_users' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-missing-type: Argument 'attribute_name' in argument_spec uses default type ('str') but documentation doesn't define type
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveCount' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveInterfaceType' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveMediaType' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveMinimumSizeGiB' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDrives' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'LogicalDriveName' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'Raid' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'alert_destination' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'amgr_attributesttribute_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'security_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'snmp_alert_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'trap_community' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'user_engine_id' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: return-syntax-error: RETURN.ilo_redfish_config.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_config']['contains']['command']['contains']['msg']['type']. Got None
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: undocumented-parameter: Argument 'attribute_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/remote_management/redfish/ilo_redfish_info.py:0:0: return-syntax-error: RETURN.ilo_redfish_info.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_info']['contains']['command']['contains']['msg']['type']. Got None

The test ansible-test sanity --test ansible-doc [explain] failed with the error:

Output on stderr from ansible-doc is considered an error.

Command "ansible-doc -t module community.general.idrac_redfish_command community.general.idrac_redfish_config community.general.idrac_redfish_info community.general.ilo_redfish_command community.general.ilo_redfish_config community.general.ilo_redfish_info community.general.redfish_command community.general.redfish_config community.general.redfish_info community.general.wdc_redfish_command community.general.wdc_redfish_info community.general.xcc_redfish_command" returned exit status 0.
>>> Standard Error
[WARNING]: module community.general.ilo_redfish_command not found in:
/dev/null:/root/ansible/lib/ansible/modules

The test ansible-test sanity --test validate-modules [explain] failed with 32 errors:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: return-syntax-error: RETURN.ilo_redfish_command.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_command']['contains']['command']['contains']['msg']['type']. Got None
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'alert_destinations' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'logical_drives_names' in argument_spec specifies elements as str,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'raid_details' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'snmpv3_usernames' in argument_spec specifies elements as str,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-elements-mismatch: Argument 'snmpv3_users' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: doc-missing-type: Argument 'attribute_name' in argument_spec uses default type ('str') but documentation doesn't define type
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveCount' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveInterfaceType' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveMediaType' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDriveMinimumSizeGiB' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'DataDrives' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'LogicalDriveName' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'Raid' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'alert_destination' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'amgr_attributesttribute_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'security_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'snmp_alert_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'trap_community' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'user_engine_id' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.alert_destinations: Argument defines type as list but elements is not defined for dictionary value @ data['options']['alert_destinations']. Got {'required': False, 'description': ['List of alert destination that needs to be added in the given server'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.logical_drives_names: Argument defines type as list but elements is not defined for dictionary value @ data['options']['logical_drives_names']. Got {'required': False, 'description': ['logical drives names which are to be deleted'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.raid_details: Argument defines type as list but elements is not defined for dictionary value @ data['options']['raid_details']. Got {'required': False, 'description': ['List of RAID details that need to be configured in the given server'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.snmpv3_usernames: Argument defines type as list but elements is not defined for dictionary value @ data['options']['snmpv3_usernames']. Got {'required': False, 'description': ['List of SNMPv3 user names that need to be deleted from the given server'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: parameter-list-no-elements: DOCUMENTATION.options.snmpv3_users: Argument defines type as list but elements is not defined for dictionary value @ data['options']['snmpv3_users']. Got {'required': False, 'description': ['List of SNMPv3 users that needs to be added in the given server'], 'type': 'list'}
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: return-syntax-error: RETURN.ilo_redfish_config.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_config']['contains']['command']['contains']['msg']['type']. Got None
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: undocumented-parameter: Argument 'attribute_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/remote_management/redfish/ilo_redfish_info.py:0:0: return-syntax-error: RETURN.ilo_redfish_info.contains.command.contains.msg.type: required key not provided @ data['ilo_redfish_info']['contains']['command']['contains']['msg']['type']. Got None

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

click here for bot help

ansibullbot avatar Oct 04 '22 10:10 ansibullbot

The test botmeta failed with 12 errors:

.github/BOTMETA.yml:0:0: Author Gayathirideviramasamy not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_command.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author TSKushal not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_command.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author varini-hp not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_command.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author prativa-n not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_command.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author Gayathirideviramasamy not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_config.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author TSKushal not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_config.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author varini-hp not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_config.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author prativa-n not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_config.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author Gayathirideviramasamy not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_info.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author TSKushal not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_info.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author varini-hp not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_info.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)
.github/BOTMETA.yml:0:0: Author prativa-n not mentioned as active or inactive maintainer for plugins/modules/remote_management/redfish/ilo_redfish_info.py (mentioned are: mraineri, tomasg2012, xmadsen, renxulei, rajeevkallur, bhavya06, jose-delarosa)

The test ansible-test sanity --test validate-modules [explain] failed with 12 errors:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.Raid.contains: extra keys not allowed @ data['options']['Raid']['contains']. Got {'DataDrives': {'required': False, 'description': ['Specifies the data drive details like media type, interface type, disk count and size'], 'type': 'dict'}, 'DataDriveCount': {'required': False, 'description': ['Number of physical drives that is required to create specified RAID'], 'type': 'int'}, 'DataDriveMediaType': {'required': False, 'description': ['Media type of the disk'], 'type': 'str'}, 'DataDriveInterfaceType': {'required': False, 'description': ['Interface type of the disk'], 'ty...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'LogicalDriveName' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'Raid' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'alert_destination' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'security_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'snmp_alert_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'trap_community' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'user_engine_id' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec

The test ansible-test sanity --test ansible-doc [explain] failed with the error:

Output on stderr from ansible-doc is considered an error.

Command "ansible-doc -t module community.general.idrac_redfish_command community.general.idrac_redfish_config community.general.idrac_redfish_info community.general.ilo_redfish_command community.general.ilo_redfish_config community.general.ilo_redfish_info community.general.redfish_command community.general.redfish_config community.general.redfish_info community.general.wdc_redfish_command community.general.wdc_redfish_info community.general.xcc_redfish_command" returned exit status 0.
>>> Standard Error
[WARNING]: module community.general.ilo_redfish_command not found in:
/dev/null:/root/ansible/lib/ansible/modules

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

The test ansible-test sanity --test validate-modules [explain] failed with 12 errors:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.Raid.contains: extra keys not allowed @ data['options']['Raid']['contains']. Got {'DataDrives': {'required': False, 'description': ['Specifies the data drive details like media type, interface type, disk count and size'], 'type': 'dict'}, 'DataDriveCount': {'required': False, 'description': ['Number of physical drives that is required to create specified RAID'], 'type': 'int'}, 'DataDriveMediaType': {'required': False, 'description': ['Media type of the disk'], 'type': 'str'}, 'DataDriveInterfaceType': {'required': False, 'description': ['Interface type of the disk'], 'ty...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'LogicalDriveName' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'Raid' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'alert_destination' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'security_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'snmp_alert_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'trap_community' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'user_engine_id' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec

The test ansible-test sanity --test validate-modules [explain] failed with 12 errors:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.Raid.contains: extra keys not allowed @ data['options']['Raid']['contains']. Got {'DataDrives': {'required': False, 'description': ['Specifies the data drive details like media type, interface type, disk count and size'], 'type': 'dict'}, 'DataDriveCount': {'required': False, 'description': ['Number of physical drives that is required to create specified RAID'], 'type': 'int'}, 'DataDriveMediaType': {'required': False, 'description': ['Media type of the disk'], 'type': 'str'}, 'DataDriveInterfaceType': {'required': False, 'description': ['Interface type of the disk'], 'ty...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'LogicalDriveName' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'Raid' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'alert_destination' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'security_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'snmp_alert_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'trap_community' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'user_engine_id' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec

The test ansible-test sanity --test validate-modules [explain] failed with 12 errors:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.Raid.contains: extra keys not allowed @ data['options']['Raid']['contains']. Got {'DataDrives': {'required': False, 'description': ['Specifies the data drive details like media type, interface type, disk count and size'], 'type': 'dict'}, 'DataDriveCount': {'required': False, 'description': ['Number of physical drives that is required to create specified RAID'], 'type': 'int'}, 'DataDriveMediaType': {'required': False, 'description': ['Media type of the disk'], 'type': 'str'}, 'DataDriveInterfaceType': {'required': False, 'description': ['Interface type of the disk'], 'ty...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'LogicalDriveName' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'Raid' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'alert_destination' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'security_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'snmp_alert_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'trap_community' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'user_engine_id' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec

The test ansible-test sanity --test ansible-doc [explain] failed with the error:

Output on stderr from ansible-doc is considered an error.

Command "ansible-doc -t module community.general.idrac_redfish_command community.general.idrac_redfish_config community.general.idrac_redfish_info community.general.ilo_redfish_command community.general.ilo_redfish_config community.general.ilo_redfish_info community.general.redfish_command community.general.redfish_config community.general.redfish_info community.general.wdc_redfish_command community.general.wdc_redfish_info community.general.xcc_redfish_command" returned exit status 0.
>>> Standard Error
[WARNING]: module community.general.ilo_redfish_command not found in:
/dev/null:/root/ansible/lib/ansible/modules

The test ansible-test sanity --test validate-modules [explain] failed with 12 errors:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.Raid.contains: extra keys not allowed @ data['options']['Raid']['contains']. Got {'DataDrives': {'required': False, 'description': ['Specifies the data drive details like media type, interface type, disk count and size'], 'type': 'dict'}, 'DataDriveCount': {'required': False, 'description': ['Number of physical drives that is required to create specified RAID'], 'type': 'int'}, 'DataDriveMediaType': {'required': False, 'description': ['Media type of the disk'], 'type': 'str'}, 'DataDriveInterfaceType': {'required': False, 'description': ['Interface type of the disk'], 'ty...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'LogicalDriveName' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'Raid' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'alert_destination' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'auth_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_passphrase' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'privacy_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'security_name' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'snmp_alert_protocol' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'trap_community' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: nonexistent-parameter-documented: Argument 'user_engine_id' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

click here for bot help

ansibullbot avatar Oct 04 '22 10:10 ansibullbot

The test ansible-test sanity --test validate-modules [explain] failed with 3 errors:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.alert_destinations.contains: extra keys not allowed @ data['options']['alert_destinations']['contains']. Got {'security_name': {'required': False, 'description': ['SNMPv3 security name associated with SNMPv3trap or SNMPv3Inform set on SNMPAlertProtocol', 'Alphanumeric value with 1-32 characters'], 'type': 'str'}, 'alert_destination': {'required': False, 'description': ['IP address/hostname/FQDN of remote management system that receives SNMP alerts'], 'type': 'str'}, 'snmp_alert_protocol': {'required': False, 'description': ['SNMP protocol associated with the AlertDestination', 'The supported SNMP al...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.raid_details.contains: extra keys not allowed @ data['options']['raid_details']['contains']. Got {'LogicalDriveName': {'required': False, 'description': ['Logical drive name that needs to be configured in the given server'], 'type': 'str'}, 'Raid': {'required': False, 'description': ['Type of RAID'], 'type': 'str'}, 'DataDrives': {'required': False, 'description': ['Specifies the data drive details like media type, interface type, disk count and size'], 'type': 'dict'}, 'DataDriveCount': {'required': False, 'description': ['Number of physical drives that is required to create specified R...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.snmpv3_users.contains: extra keys not allowed @ data['options']['snmpv3_users']['contains']. Got {'security_name': {'required': False, 'description': ['SNMPv3 security name associated with SNMPv3trap or SNMPv3Inform set on SNMPAlertProtocol', 'Alphanumeric value with 1-32 characters'], 'type': 'str'}, 'auth_protocol': {'required': False, 'description': ['Sets the message digest algorithm to use for encoding the authorization passphrase', 'The message digest is calculated over an appropriate portion of an SNMP message and is included as part of the message sent to the recipient', 'Support...

The test ansible-test sanity --test ansible-doc [explain] failed with the error:

Output on stderr from ansible-doc is considered an error.

Command "ansible-doc -t module community.general.idrac_redfish_command community.general.idrac_redfish_config community.general.idrac_redfish_info community.general.ilo_redfish_command community.general.ilo_redfish_config community.general.ilo_redfish_info community.general.redfish_command community.general.redfish_config community.general.redfish_info community.general.wdc_redfish_command community.general.wdc_redfish_info community.general.xcc_redfish_command" returned exit status 0.
>>> Standard Error
[WARNING]: module community.general.ilo_redfish_command not found in:
/dev/null:/root/ansible/lib/ansible/modules

The test ansible-test sanity --test pep8 [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:175:161: E501: line too long (162 > 160 characters)

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

The test ansible-test sanity --test pep8 [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:175:161: E501: line too long (162 > 160 characters)

The test ansible-test sanity --test pep8 [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:175:161: E501: line too long (162 > 160 characters)

The test ansible-test sanity --test pep8 [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:175:161: E501: line too long (162 > 160 characters)

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

The test ansible-test sanity --test pep8 [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:175:161: E501: line too long (162 > 160 characters)

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

The test ansible-test sanity --test validate-modules [explain] failed with 3 errors:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.alert_destinations.contains: extra keys not allowed @ data['options']['alert_destinations']['contains']. Got {'security_name': {'required': False, 'description': ['SNMPv3 security name associated with SNMPv3trap or SNMPv3Inform set on SNMPAlertProtocol', 'Alphanumeric value with 1-32 characters'], 'type': 'str'}, 'alert_destination': {'required': False, 'description': ['IP address/hostname/FQDN of remote management system that receives SNMP alerts'], 'type': 'str'}, 'snmp_alert_protocol': {'required': False, 'description': ['SNMP protocol associated with the AlertDestination', 'The supported SNMP al...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.raid_details.contains: extra keys not allowed @ data['options']['raid_details']['contains']. Got {'LogicalDriveName': {'required': False, 'description': ['Logical drive name that needs to be configured in the given server'], 'type': 'str'}, 'Raid': {'required': False, 'description': ['Type of RAID'], 'type': 'str'}, 'DataDrives': {'required': False, 'description': ['Specifies the data drive details like media type, interface type, disk count and size'], 'type': 'dict'}, 'DataDriveCount': {'required': False, 'description': ['Number of physical drives that is required to create specified R...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.snmpv3_users.contains: extra keys not allowed @ data['options']['snmpv3_users']['contains']. Got {'security_name': {'required': False, 'description': ['SNMPv3 security name associated with SNMPv3trap or SNMPv3Inform set on SNMPAlertProtocol', 'Alphanumeric value with 1-32 characters'], 'type': 'str'}, 'auth_protocol': {'required': False, 'description': ['Sets the message digest algorithm to use for encoding the authorization passphrase', 'The message digest is calculated over an appropriate portion of an SNMP message and is included as part of the message sent to the recipient', 'Support...

The test ansible-test sanity --test validate-modules [explain] failed with 3 errors:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.alert_destinations.contains: extra keys not allowed @ data['options']['alert_destinations']['contains']. Got {'security_name': {'required': False, 'description': ['SNMPv3 security name associated with SNMPv3trap or SNMPv3Inform set on SNMPAlertProtocol', 'Alphanumeric value with 1-32 characters'], 'type': 'str'}, 'alert_destination': {'required': False, 'description': ['IP address/hostname/FQDN of remote management system that receives SNMP alerts'], 'type': 'str'}, 'snmp_alert_protocol': {'required': False, 'description': ['SNMP protocol associated with the AlertDestination', 'The supported SNMP al...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.raid_details.contains: extra keys not allowed @ data['options']['raid_details']['contains']. Got {'LogicalDriveName': {'required': False, 'description': ['Logical drive name that needs to be configured in the given server'], 'type': 'str'}, 'Raid': {'required': False, 'description': ['Type of RAID'], 'type': 'str'}, 'DataDrives': {'required': False, 'description': ['Specifies the data drive details like media type, interface type, disk count and size'], 'type': 'dict'}, 'DataDriveCount': {'required': False, 'description': ['Number of physical drives that is required to create specified R...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.snmpv3_users.contains: extra keys not allowed @ data['options']['snmpv3_users']['contains']. Got {'security_name': {'required': False, 'description': ['SNMPv3 security name associated with SNMPv3trap or SNMPv3Inform set on SNMPAlertProtocol', 'Alphanumeric value with 1-32 characters'], 'type': 'str'}, 'auth_protocol': {'required': False, 'description': ['Sets the message digest algorithm to use for encoding the authorization passphrase', 'The message digest is calculated over an appropriate portion of an SNMP message and is included as part of the message sent to the recipient', 'Support...

The test ansible-test sanity --test validate-modules [explain] failed with 3 errors:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.alert_destinations.contains: extra keys not allowed @ data['options']['alert_destinations']['contains']. Got {'security_name': {'required': False, 'description': ['SNMPv3 security name associated with SNMPv3trap or SNMPv3Inform set on SNMPAlertProtocol', 'Alphanumeric value with 1-32 characters'], 'type': 'str'}, 'alert_destination': {'required': False, 'description': ['IP address/hostname/FQDN of remote management system that receives SNMP alerts'], 'type': 'str'}, 'snmp_alert_protocol': {'required': False, 'description': ['SNMP protocol associated with the AlertDestination', 'The supported SNMP al...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.raid_details.contains: extra keys not allowed @ data['options']['raid_details']['contains']. Got {'LogicalDriveName': {'required': False, 'description': ['Logical drive name that needs to be configured in the given server'], 'type': 'str'}, 'Raid': {'required': False, 'description': ['Type of RAID'], 'type': 'str'}, 'DataDrives': {'required': False, 'description': ['Specifies the data drive details like media type, interface type, disk count and size'], 'type': 'dict'}, 'DataDriveCount': {'required': False, 'description': ['Number of physical drives that is required to create specified R...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.snmpv3_users.contains: extra keys not allowed @ data['options']['snmpv3_users']['contains']. Got {'security_name': {'required': False, 'description': ['SNMPv3 security name associated with SNMPv3trap or SNMPv3Inform set on SNMPAlertProtocol', 'Alphanumeric value with 1-32 characters'], 'type': 'str'}, 'auth_protocol': {'required': False, 'description': ['Sets the message digest algorithm to use for encoding the authorization passphrase', 'The message digest is calculated over an appropriate portion of an SNMP message and is included as part of the message sent to the recipient', 'Support...

The test ansible-test sanity --test ansible-doc [explain] failed with the error:

Output on stderr from ansible-doc is considered an error.

Command "ansible-doc -t module community.general.idrac_redfish_command community.general.idrac_redfish_config community.general.idrac_redfish_info community.general.ilo_redfish_command community.general.ilo_redfish_config community.general.ilo_redfish_info community.general.redfish_command community.general.redfish_config community.general.redfish_info community.general.wdc_redfish_command community.general.wdc_redfish_info community.general.xcc_redfish_command" returned exit status 0.
>>> Standard Error
[WARNING]: module community.general.ilo_redfish_command not found in:
/dev/null:/root/ansible/lib/ansible/modules

The test ansible-test sanity --test validate-modules [explain] failed with 3 errors:

plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.alert_destinations.contains: extra keys not allowed @ data['options']['alert_destinations']['contains']. Got {'security_name': {'required': False, 'description': ['SNMPv3 security name associated with SNMPv3trap or SNMPv3Inform set on SNMPAlertProtocol', 'Alphanumeric value with 1-32 characters'], 'type': 'str'}, 'alert_destination': {'required': False, 'description': ['IP address/hostname/FQDN of remote management system that receives SNMP alerts'], 'type': 'str'}, 'snmp_alert_protocol': {'required': False, 'description': ['SNMP protocol associated with the AlertDestination', 'The supported SNMP al...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.raid_details.contains: extra keys not allowed @ data['options']['raid_details']['contains']. Got {'LogicalDriveName': {'required': False, 'description': ['Logical drive name that needs to be configured in the given server'], 'type': 'str'}, 'Raid': {'required': False, 'description': ['Type of RAID'], 'type': 'str'}, 'DataDrives': {'required': False, 'description': ['Specifies the data drive details like media type, interface type, disk count and size'], 'type': 'dict'}, 'DataDriveCount': {'required': False, 'description': ['Number of physical drives that is required to create specified R...
plugins/modules/remote_management/redfish/ilo_redfish_config.py:0:0: invalid-documentation: DOCUMENTATION.options.snmpv3_users.contains: extra keys not allowed @ data['options']['snmpv3_users']['contains']. Got {'security_name': {'required': False, 'description': ['SNMPv3 security name associated with SNMPv3trap or SNMPv3Inform set on SNMPAlertProtocol', 'Alphanumeric value with 1-32 characters'], 'type': 'str'}, 'auth_protocol': {'required': False, 'description': ['Sets the message digest algorithm to use for encoding the authorization passphrase', 'The message digest is calculated over an appropriate portion of an SNMP message and is included as part of the message sent to the recipient', 'Support...

The test ansible-test sanity --test pylint [explain] failed with 8 errors:

plugins/module_utils/ilo_redfish_utils.py:61:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:64:38: undefined-variable: Undefined variable 'missing_required_lib'
plugins/module_utils/ilo_redfish_utils.py:898:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:907:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:948:80: undefined-variable: Undefined variable 'url'
plugins/module_utils/ilo_redfish_utils.py:985:4: dangerous-default-value: Dangerous default value [] as argument
plugins/module_utils/ilo_redfish_utils.py:1760:23: ansible-format-automatic-specification: Format string contains automatic field numbering specification
plugins/module_utils/ilo_redfish_utils.py:1803:27: ansible-format-automatic-specification: Format string contains automatic field numbering specification

click here for bot help

ansibullbot avatar Oct 04 '22 10:10 ansibullbot

Docs Build 📝

Thank you for contribution!✨

The docsite for this PR is available for download as an artifact from this run: https://github.com/ansible-collections/community.general/actions/runs/3244496167

File changes:

  • A collections/community/general/ilo_redfish_command_module.html
  • A collections/community/general/iso_customize_module.html
  • A collections/community/general/manageiq_policies_info_module.html
  • M collections/community/general/a_module_test.html
  • M collections/community/general/actionable_callback.html
  • M collections/community/general/aerospike_migrations_module.html
  • M collections/community/general/airbrake_deployment_module.html
  • M collections/community/general/aix_devices_module.html
  • M collections/community/general/aix_filesystem_module.html
  • M collections/community/general/aix_inittab_module.html
  • M collections/community/general/aix_lvg_module.html
  • M collections/community/general/aix_lvol_module.html
  • M collections/community/general/alerta_customer_module.html
  • M collections/community/general/ali_instance_facts_module.html
  • M collections/community/general/ali_instance_info_module.html
  • M collections/community/general/ali_instance_module.html
  • M collections/community/general/alternatives_module.html
  • M collections/community/general/ansible_galaxy_install_module.html
  • M collections/community/general/apache2_mod_proxy_module.html
  • M collections/community/general/apache2_module_module.html
  • M collections/community/general/apk_module.html
  • M collections/community/general/apt_repo_module.html
  • M collections/community/general/apt_rpm_module.html
  • M collections/community/general/archive_module.html
  • M collections/community/general/atomic_container_module.html
  • M collections/community/general/atomic_host_module.html
  • M collections/community/general/atomic_image_module.html
  • M collections/community/general/awall_module.html
  • M collections/community/general/beadm_module.html
  • M collections/community/general/bearychat_module.html
  • M collections/community/general/bigpanda_module.html
  • M collections/community/general/bitbucket_access_key_module.html
  • M collections/community/general/bitbucket_pipeline_key_pair_module.html
  • M collections/community/general/bitbucket_pipeline_known_host_module.html
  • M collections/community/general/bitbucket_pipeline_variable_module.html
  • M collections/community/general/bitwarden_lookup.html
  • M collections/community/general/bower_module.html
  • M collections/community/general/bundler_module.html
  • M collections/community/general/bzr_module.html
  • M collections/community/general/campfire_module.html
  • M collections/community/general/capabilities_module.html
  • M collections/community/general/cargo_module.html
  • M collections/community/general/cartesian_lookup.html
  • M collections/community/general/catapult_module.html
  • M collections/community/general/cgroup_memory_recap_callback.html
  • M collections/community/general/chef_databag_lookup.html
  • M collections/community/general/chroot_connection.html
  • M collections/community/general/circonus_annotation_module.html
  • M collections/community/general/cisco_webex_module.html
  • M collections/community/general/clc_aa_policy_module.html
  • M collections/community/general/clc_alert_policy_module.html
  • M collections/community/general/clc_blueprint_package_module.html
  • M collections/community/general/clc_firewall_policy_module.html
  • M collections/community/general/clc_group_module.html
  • M collections/community/general/clc_loadbalancer_module.html
  • M collections/community/general/clc_modify_server_module.html
  • M collections/community/general/clc_publicip_module.html
  • M collections/community/general/clc_server_module.html
  • M collections/community/general/clc_server_snapshot_module.html
  • M collections/community/general/cloud_init_data_facts_module.html
  • M collections/community/general/cloudflare_dns_module.html
  • M collections/community/general/cobbler_inventory.html
  • M collections/community/general/cobbler_sync_module.html
  • M collections/community/general/cobbler_system_module.html
  • M collections/community/general/collection_version_lookup.html
  • M collections/community/general/composer_module.html
  • M collections/community/general/consul_acl_module.html
  • M collections/community/general/consul_kv_lookup.html
  • M collections/community/general/consul_kv_module.html
  • M collections/community/general/consul_module.html
  • M collections/community/general/consul_session_module.html
  • M collections/community/general/context_demo_callback.html
  • M collections/community/general/copr_module.html
  • M collections/community/general/counter_enabled_callback.html
  • M collections/community/general/counter_filter.html
  • M collections/community/general/cpanm_module.html
  • M collections/community/general/crc32_filter.html
  • M collections/community/general/credstash_lookup.html
  • M collections/community/general/cronvar_module.html
  • M collections/community/general/crypttab_module.html
  • M collections/community/general/cyberarkpassword_lookup.html
  • M collections/community/general/datadog_downtime_module.html
  • M collections/community/general/datadog_event_module.html
  • M collections/community/general/datadog_monitor_module.html
  • M collections/community/general/dconf_module.html
  • M collections/community/general/dense_callback.html
  • M collections/community/general/dependent_lookup.html
  • M collections/community/general/deploy_helper_module.html
  • M collections/community/general/dict_filter.html
  • M collections/community/general/dict_kv_filter.html
  • M collections/community/general/dig_lookup.html
  • M collections/community/general/dimensiondata_network_module.html
  • M collections/community/general/dimensiondata_vlan_module.html
  • M collections/community/general/discord_module.html
  • M collections/community/general/diy_callback.html
  • M collections/community/general/django_manage_module.html
  • M collections/community/general/dnf_versionlock_module.html
  • M collections/community/general/dnsimple_info_module.html
  • M collections/community/general/dnsimple_module.html
  • M collections/community/general/dnsmadeeasy_module.html
  • M collections/community/general/dnstxt_lookup.html
  • M collections/community/general/doas_become.html
  • M collections/community/general/docker_compose_module.html
  • M collections/community/general/docker_config_module.html
  • M collections/community/general/docker_connection.html
  • M collections/community/general/docker_container_info_module.html
  • M collections/community/general/docker_container_module.html
  • M collections/community/general/docker_host_info_module.html
  • M collections/community/general/docker_image_facts_module.html
  • M collections/community/general/docker_image_info_module.html
  • M collections/community/general/docker_image_module.html
  • M collections/community/general/docker_login_module.html
  • M collections/community/general/docker_machine_inventory.html
  • M collections/community/general/docker_network_info_module.html
  • M collections/community/general/docker_network_module.html
  • M collections/community/general/docker_node_info_module.html
  • M collections/community/general/docker_node_module.html
  • M collections/community/general/docker_prune_module.html
  • M collections/community/general/docker_secret_module.html
  • M collections/community/general/docker_service_module.html
  • M collections/community/general/docker_stack_info_module.html
  • M collections/community/general/docker_stack_module.html
  • M collections/community/general/docker_stack_task_info_module.html
  • M collections/community/general/docker_swarm_info_module.html
  • M collections/community/general/docker_swarm_inventory.html
  • M collections/community/general/docker_swarm_module.html
  • M collections/community/general/docker_swarm_service_info_module.html
  • M collections/community/general/docker_swarm_service_module.html
  • M collections/community/general/docker_volume_info_module.html
  • M collections/community/general/docker_volume_module.html
  • M collections/community/general/dpkg_divert_module.html
  • M collections/community/general/dsv_lookup.html
  • M collections/community/general/dzdo_become.html
  • M collections/community/general/easy_install_module.html
  • M collections/community/general/ejabberd_user_module.html
  • M collections/community/general/elastic_callback.html
  • M collections/community/general/elasticsearch_plugin_module.html
  • M collections/community/general/emc_vnx_sg_member_module.html
  • M collections/community/general/etcd3_lookup.html
  • M collections/community/general/etcd3_module.html
  • M collections/community/general/etcd_lookup.html
  • M collections/community/general/facter_module.html
  • M collections/community/general/filesize_module.html
  • M collections/community/general/filesystem_module.html
  • M collections/community/general/filetree_lookup.html
  • M collections/community/general/flatpak_module.html
  • M collections/community/general/flatpak_remote_module.html
  • M collections/community/general/flattened_lookup.html
  • M collections/community/general/flowdock_module.html
  • M collections/community/general/foreman_module.html
  • M collections/community/general/from_csv_filter.html
  • M collections/community/general/full_skip_callback.html
  • M collections/community/general/funcd_connection.html
  • M collections/community/general/gandi_livedns_module.html
  • M collections/community/general/gc_storage_module.html
  • M collections/community/general/gcdns_record_module.html
  • M collections/community/general/gcdns_zone_module.html
  • M collections/community/general/gce_eip_module.html
  • M collections/community/general/gce_img_module.html
  • M collections/community/general/gce_instance_template_module.html
  • M collections/community/general/gce_labels_module.html
  • M collections/community/general/gce_lb_module.html
  • M collections/community/general/gce_mig_module.html
  • M collections/community/general/gce_module.html
  • M collections/community/general/gce_net_module.html
  • M collections/community/general/gce_pd_module.html
  • M collections/community/general/gce_snapshot_module.html
  • M collections/community/general/gce_tag_module.html
  • M collections/community/general/gconftool2_info_module.html
  • M collections/community/general/gconftool2_module.html
  • M collections/community/general/gcp_backend_service_module.html
  • M collections/community/general/gcp_forwarding_rule_module.html
  • M collections/community/general/gcp_healthcheck_module.html
  • M collections/community/general/gcp_storage_file_lookup.html
  • M collections/community/general/gcp_target_proxy_module.html
  • M collections/community/general/gcp_url_map_module.html
  • M collections/community/general/gcpubsub_facts_module.html
  • M collections/community/general/gcpubsub_info_module.html
  • M collections/community/general/gcpubsub_module.html
  • M collections/community/general/gcspanner_module.html
  • M collections/community/general/gem_module.html
  • M collections/community/general/git_config_module.html
  • M collections/community/general/github_deploy_key_module.html
  • M collections/community/general/github_hooks_module.html
  • M collections/community/general/github_issue_module.html
  • M collections/community/general/github_key_module.html
  • M collections/community/general/github_release_module.html
  • M collections/community/general/github_repo_module.html
  • M collections/community/general/github_webhook_info_module.html
  • M collections/community/general/github_webhook_module.html
  • M collections/community/general/gitlab_branch_module.html
  • M collections/community/general/gitlab_deploy_key_module.html
  • M collections/community/general/gitlab_group_members_module.html
  • M collections/community/general/gitlab_group_module.html
  • M collections/community/general/gitlab_group_variable_module.html
  • M collections/community/general/gitlab_hook_module.html
  • M collections/community/general/gitlab_project_members_module.html
  • M collections/community/general/gitlab_project_module.html
  • M collections/community/general/gitlab_project_variable_module.html
  • M collections/community/general/gitlab_protected_branch_module.html
  • M collections/community/general/gitlab_runner_module.html
  • M collections/community/general/gitlab_runners_inventory.html
  • M collections/community/general/gitlab_user_module.html
  • M collections/community/general/groupby_as_dict_filter.html
  • M collections/community/general/grove_module.html
  • M collections/community/general/gunicorn_module.html
  • M collections/community/general/hana_query_module.html
  • M collections/community/general/haproxy_module.html
  • M collections/community/general/hashi_vault_lookup.html
  • M collections/community/general/hashids_decode_filter.html
  • M collections/community/general/hashids_encode_filter.html
  • M collections/community/general/heroku_collaborator_module.html
  • M collections/community/general/hetzner_failover_ip_info_module.html
  • M collections/community/general/hetzner_failover_ip_module.html
  • M collections/community/general/hetzner_firewall_info_module.html
  • M collections/community/general/hetzner_firewall_module.html
  • M collections/community/general/hg_module.html
  • M collections/community/general/hiera_lookup.html
  • M collections/community/general/hipchat_callback.html
  • M collections/community/general/hipchat_module.html
  • M collections/community/general/homebrew_cask_module.html
  • M collections/community/general/homebrew_module.html
  • M collections/community/general/homebrew_tap_module.html
  • M collections/community/general/homectl_module.html
  • M collections/community/general/honeybadger_deployment_module.html
  • M collections/community/general/hpilo_boot_module.html
  • M collections/community/general/hpilo_facts_module.html
  • M collections/community/general/hpilo_info_module.html
  • M collections/community/general/hponcfg_module.html
  • M collections/community/general/htpasswd_module.html
  • M collections/community/general/hwc_ecs_instance_module.html
  • M collections/community/general/hwc_evs_disk_module.html
  • M collections/community/general/hwc_network_vpc_module.html
  • M collections/community/general/hwc_smn_topic_module.html
  • M collections/community/general/hwc_vpc_eip_module.html
  • M collections/community/general/hwc_vpc_peering_connect_module.html
  • M collections/community/general/hwc_vpc_port_module.html
  • M collections/community/general/hwc_vpc_private_ip_module.html
  • M collections/community/general/hwc_vpc_route_module.html
  • M collections/community/general/hwc_vpc_security_group_module.html
  • M collections/community/general/hwc_vpc_security_group_rule_module.html
  • M collections/community/general/hwc_vpc_subnet_module.html
  • M collections/community/general/ibm_sa_domain_module.html
  • M collections/community/general/ibm_sa_host_module.html
  • M collections/community/general/ibm_sa_host_ports_module.html
  • M collections/community/general/ibm_sa_pool_module.html
  • M collections/community/general/ibm_sa_vol_map_module.html
  • M collections/community/general/ibm_sa_vol_module.html
  • M collections/community/general/icinga2_feature_module.html
  • M collections/community/general/icinga2_host_module.html
  • M collections/community/general/icinga2_inventory.html
  • M collections/community/general/idrac_firmware_module.html
  • M collections/community/general/idrac_redfish_command_module.html
  • M collections/community/general/idrac_redfish_config_module.html
  • M collections/community/general/idrac_redfish_facts_module.html
  • M collections/community/general/idrac_redfish_info_module.html
  • M collections/community/general/idrac_server_config_profile_module.html
  • M collections/community/general/ilo_redfish_config_module.html
  • M collections/community/general/ilo_redfish_info_module.html
  • M collections/community/general/imc_rest_module.html
  • M collections/community/general/imgadm_module.html
  • M collections/community/general/index.html
  • M collections/community/general/infinity_module.html
  • M collections/community/general/influxdb_database_module.html
  • M collections/community/general/influxdb_query_module.html
  • M collections/community/general/influxdb_retention_policy_module.html
  • M collections/community/general/influxdb_user_module.html
  • M collections/community/general/influxdb_write_module.html
  • M collections/community/general/ini_file_module.html
  • M collections/community/general/installp_module.html
  • M collections/community/general/interfaces_file_module.html
  • M collections/community/general/iocage_connection.html
  • M collections/community/general/ip_netns_module.html
  • M collections/community/general/ipa_config_module.html
  • M collections/community/general/ipa_dnsrecord_module.html
  • M collections/community/general/ipa_dnszone_module.html
  • M collections/community/general/ipa_group_module.html
  • M collections/community/general/ipa_hbacrule_module.html
  • M collections/community/general/ipa_host_module.html
  • M collections/community/general/ipa_hostgroup_module.html
  • M collections/community/general/ipa_otpconfig_module.html
  • M collections/community/general/ipa_otptoken_module.html
  • M collections/community/general/ipa_pwpolicy_module.html
  • M collections/community/general/ipa_role_module.html
  • M collections/community/general/ipa_service_module.html
  • M collections/community/general/ipa_subca_module.html
  • M collections/community/general/ipa_sudocmd_module.html
  • M collections/community/general/ipa_sudocmdgroup_module.html
  • M collections/community/general/ipa_sudorule_module.html
  • M collections/community/general/ipa_user_module.html
  • M collections/community/general/ipa_vault_module.html
  • M collections/community/general/ipify_facts_module.html
  • M collections/community/general/ipinfoio_facts_module.html
  • M collections/community/general/ipmi_boot_module.html
  • M collections/community/general/ipmi_power_module.html
  • M collections/community/general/iptables_state_module.html
  • M collections/community/general/ipwcli_dns_module.html
  • M collections/community/general/irc_module.html
  • M collections/community/general/iso_create_module.html
  • M collections/community/general/iso_extract_module.html
  • M collections/community/general/jabber_callback.html
  • M collections/community/general/jabber_module.html
  • M collections/community/general/jail_connection.html
  • M collections/community/general/java_cert_module.html
  • M collections/community/general/java_keystore_module.html
  • M collections/community/general/jboss_module.html
  • M collections/community/general/jc_filter.html
  • M collections/community/general/jenkins_build_module.html
  • M collections/community/general/jenkins_job_facts_module.html
  • M collections/community/general/jenkins_job_info_module.html
  • M collections/community/general/jenkins_job_module.html
  • M collections/community/general/jenkins_plugin_module.html
  • M collections/community/general/jenkins_script_module.html
  • M collections/community/general/jira_module.html
  • M collections/community/general/json_query_filter.html
  • M collections/community/general/katello_module.html
  • M collections/community/general/kernel_blacklist_module.html
  • M collections/community/general/keycloak_authentication_module.html
  • M collections/community/general/keycloak_client_module.html
  • M collections/community/general/keycloak_client_rolemapping_module.html
  • M collections/community/general/keycloak_clientscope_module.html
  • M collections/community/general/keycloak_clienttemplate_module.html
  • M collections/community/general/keycloak_group_module.html
  • M collections/community/general/keycloak_identity_provider_module.html
  • M collections/community/general/keycloak_realm_info_module.html
  • M collections/community/general/keycloak_realm_module.html
  • M collections/community/general/keycloak_role_module.html
  • M collections/community/general/keycloak_user_federation_module.html
  • M collections/community/general/keycloak_user_rolemapping_module.html
  • M collections/community/general/keyring_info_module.html
  • M collections/community/general/keyring_lookup.html
  • M collections/community/general/keyring_module.html
  • M collections/community/general/kibana_plugin_module.html
  • M collections/community/general/ksu_become.html
  • M collections/community/general/kubevirt_cdi_upload_module.html
  • M collections/community/general/kubevirt_inventory.html
  • M collections/community/general/kubevirt_preset_module.html
  • M collections/community/general/kubevirt_pvc_module.html
  • M collections/community/general/kubevirt_rs_module.html
  • M collections/community/general/kubevirt_template_module.html
  • M collections/community/general/kubevirt_vm_module.html
  • M collections/community/general/lastpass_lookup.html
  • M collections/community/general/launchd_module.html
  • M collections/community/general/layman_module.html
  • M collections/community/general/lbu_module.html
  • M collections/community/general/ldap_attr_module.html
  • M collections/community/general/ldap_attrs_module.html
  • M collections/community/general/ldap_entry_module.html
  • M collections/community/general/ldap_passwd_module.html
  • M collections/community/general/ldap_search_module.html
  • M collections/community/general/librato_annotation_module.html
  • M collections/community/general/linode_inventory.html
  • M collections/community/general/linode_module.html
  • M collections/community/general/linode_v4_module.html
  • M collections/community/general/listen_ports_facts_module.html
  • M collections/community/general/lists_mergeby_filter.html
  • M collections/community/general/lldp_module.html
  • M collections/community/general/lmdb_kv_lookup.html
  • M collections/community/general/locale_gen_module.html
  • M collections/community/general/log_plays_callback.html
  • M collections/community/general/loganalytics_callback.html
  • M collections/community/general/logdna_callback.html
  • M collections/community/general/logentries_callback.html
  • M collections/community/general/logentries_module.html
  • M collections/community/general/logentries_msg_module.html
  • M collections/community/general/logicmonitor_facts_module.html
  • M collections/community/general/logicmonitor_module.html
  • M collections/community/general/logstash_callback.html
  • M collections/community/general/logstash_plugin_module.html
  • M collections/community/general/lvg_module.html
  • M collections/community/general/lvol_module.html
  • M collections/community/general/lxc_connection.html
  • M collections/community/general/lxc_container_module.html
  • M collections/community/general/lxca_cmms_module.html
  • M collections/community/general/lxca_nodes_module.html
  • M collections/community/general/lxd_connection.html
  • M collections/community/general/lxd_container_module.html
  • M collections/community/general/lxd_inventory.html
  • M collections/community/general/lxd_profile_module.html
  • M collections/community/general/lxd_project_module.html
  • M collections/community/general/machinectl_become.html
  • M collections/community/general/macports_module.html
  • M collections/community/general/mail_callback.html
  • M collections/community/general/mail_module.html
  • M collections/community/general/make_module.html
  • M collections/community/general/manageiq_alert_profiles_module.html
  • M collections/community/general/manageiq_alerts_module.html
  • M collections/community/general/manageiq_group_module.html
  • M collections/community/general/manageiq_policies_module.html
  • M collections/community/general/manageiq_provider_module.html
  • M collections/community/general/manageiq_tags_module.html
  • M collections/community/general/manageiq_tenant_module.html
  • M collections/community/general/manageiq_user_module.html
  • M collections/community/general/manifold_lookup.html
  • M collections/community/general/mas_module.html
  • M collections/community/general/matrix_module.html
  • M collections/community/general/mattermost_module.html
  • M collections/community/general/maven_artifact_module.html
  • M collections/community/general/memcached_cache.html
  • M collections/community/general/memset_dns_reload_module.html
  • M collections/community/general/memset_memstore_facts_module.html
  • M collections/community/general/memset_memstore_info_module.html
  • M collections/community/general/memset_server_facts_module.html
  • M collections/community/general/memset_server_info_module.html
  • M collections/community/general/memset_zone_domain_module.html
  • M collections/community/general/memset_zone_module.html
  • M collections/community/general/memset_zone_record_module.html
  • M collections/community/general/mksysb_module.html
  • M collections/community/general/modprobe_module.html
  • M collections/community/general/monit_module.html
  • M collections/community/general/mqtt_module.html
  • M collections/community/general/mssql_db_module.html
  • M collections/community/general/mssql_script_module.html
  • M collections/community/general/na_cdot_aggregate_module.html
  • M collections/community/general/na_cdot_license_module.html
  • M collections/community/general/na_cdot_lun_module.html
  • M collections/community/general/na_cdot_qtree_module.html
  • M collections/community/general/na_cdot_svm_module.html
  • M collections/community/general/na_cdot_user_module.html
  • M collections/community/general/na_cdot_user_role_module.html
  • M collections/community/general/na_cdot_volume_module.html
  • M collections/community/general/na_ontap_gather_facts_module.html
  • M collections/community/general/nagios_module.html
  • M collections/community/general/netcup_dns_module.html
  • M collections/community/general/newrelic_deployment_module.html
  • M collections/community/general/nexmo_module.html
  • M collections/community/general/nginx_status_facts_module.html
  • M collections/community/general/nginx_status_info_module.html
  • M collections/community/general/nictagadm_module.html
  • M collections/community/general/nios_a_record_module.html
  • M collections/community/general/nios_aaaa_record_module.html
  • M collections/community/general/nios_cname_record_module.html
  • M collections/community/general/nios_dns_view_module.html
  • M collections/community/general/nios_fixed_address_module.html
  • M collections/community/general/nios_host_record_module.html
  • M collections/community/general/nios_lookup.html
  • M collections/community/general/nios_member_module.html
  • M collections/community/general/nios_mx_record_module.html
  • M collections/community/general/nios_naptr_record_module.html
  • M collections/community/general/nios_network_module.html
  • M collections/community/general/nios_network_view_module.html
  • M collections/community/general/nios_next_ip_lookup.html
  • M collections/community/general/nios_next_network_lookup.html
  • M collections/community/general/nios_nsgroup_module.html
  • M collections/community/general/nios_ptr_record_module.html
  • M collections/community/general/nios_srv_record_module.html
  • M collections/community/general/nios_txt_record_module.html
  • M collections/community/general/nios_zone_module.html
  • M collections/community/general/nmap_inventory.html
  • M collections/community/general/nmcli_module.html
  • M collections/community/general/nomad_job_info_module.html
  • M collections/community/general/nomad_job_module.html
  • M collections/community/general/nosh_module.html
  • M collections/community/general/npm_module.html
  • M collections/community/general/nrdp_callback.html
  • M collections/community/general/nsupdate_module.html
  • M collections/community/general/null_callback.html
  • M collections/community/general/oc_connection.html
  • M collections/community/general/oci_vcn_module.html
  • M collections/community/general/odbc_module.html
  • M collections/community/general/office_365_connector_card_module.html
  • M collections/community/general/ohai_module.html
  • M collections/community/general/omapi_host_module.html
  • M collections/community/general/ome_device_info_module.html
  • M collections/community/general/one_host_module.html
  • M collections/community/general/one_image_facts_module.html
  • M collections/community/general/one_image_info_module.html
  • M collections/community/general/one_image_module.html
  • M collections/community/general/one_service_module.html
  • M collections/community/general/one_template_module.html
  • M collections/community/general/one_vm_module.html
  • M collections/community/general/oneandone_firewall_policy_module.html
  • M collections/community/general/oneandone_load_balancer_module.html
  • M collections/community/general/oneandone_monitoring_policy_module.html
  • M collections/community/general/oneandone_private_network_module.html
  • M collections/community/general/oneandone_public_ip_module.html
  • M collections/community/general/oneandone_server_module.html
  • M collections/community/general/onepassword_facts_module.html
  • M collections/community/general/onepassword_info_module.html
  • M collections/community/general/onepassword_lookup.html
  • M collections/community/general/onepassword_raw_lookup.html
  • M collections/community/general/oneview_datacenter_facts_module.html
  • M collections/community/general/oneview_datacenter_info_module.html
  • M collections/community/general/oneview_enclosure_facts_module.html
  • M collections/community/general/oneview_enclosure_info_module.html
  • M collections/community/general/oneview_ethernet_network_facts_module.html
  • M collections/community/general/oneview_ethernet_network_info_module.html
  • M collections/community/general/oneview_ethernet_network_module.html
  • M collections/community/general/oneview_fc_network_facts_module.html
  • M collections/community/general/oneview_fc_network_info_module.html
  • M collections/community/general/oneview_fc_network_module.html
  • M collections/community/general/oneview_fcoe_network_facts_module.html
  • M collections/community/general/oneview_fcoe_network_info_module.html
  • M collections/community/general/oneview_fcoe_network_module.html
  • M collections/community/general/oneview_logical_interconnect_group_facts_module.html
  • M collections/community/general/oneview_logical_interconnect_group_info_module.html
  • M collections/community/general/oneview_logical_interconnect_group_module.html
  • M collections/community/general/oneview_network_set_facts_module.html
  • M collections/community/general/oneview_network_set_info_module.html
  • M collections/community/general/oneview_network_set_module.html
  • M collections/community/general/oneview_san_manager_facts_module.html
  • M collections/community/general/oneview_san_manager_info_module.html
  • M collections/community/general/oneview_san_manager_module.html
  • M collections/community/general/online_inventory.html
  • M collections/community/general/online_server_facts_module.html
  • M collections/community/general/online_server_info_module.html
  • M collections/community/general/online_user_facts_module.html
  • M collections/community/general/online_user_info_module.html
  • M collections/community/general/open_iscsi_module.html
  • M collections/community/general/openbsd_pkg_module.html
  • M collections/community/general/opendj_backendprop_module.html
  • M collections/community/general/opennebula_inventory.html
  • M collections/community/general/opentelemetry_callback.html
  • M collections/community/general/openwrt_init_module.html
  • M collections/community/general/opkg_module.html
  • M collections/community/general/osx_defaults_module.html
  • M collections/community/general/osx_say_callback.html
  • M collections/community/general/ovh_ip_failover_module.html
  • M collections/community/general/ovh_ip_loadbalancing_backend_module.html
  • M collections/community/general/ovh_monthly_billing_module.html
  • M collections/community/general/ovirt_affinity_label_facts_module.html
  • M collections/community/general/ovirt_api_facts_module.html
  • M collections/community/general/ovirt_cluster_facts_module.html
  • M collections/community/general/ovirt_datacenter_facts_module.html
  • M collections/community/general/ovirt_disk_facts_module.html
  • M collections/community/general/ovirt_event_facts_module.html
  • M collections/community/general/ovirt_external_provider_facts_module.html
  • M collections/community/general/ovirt_group_facts_module.html
  • M collections/community/general/ovirt_host_facts_module.html
  • M collections/community/general/ovirt_host_storage_facts_module.html
  • M collections/community/general/ovirt_module.html
  • M collections/community/general/ovirt_network_facts_module.html
  • M collections/community/general/ovirt_nic_facts_module.html
  • M collections/community/general/ovirt_permission_facts_module.html
  • M collections/community/general/ovirt_quota_facts_module.html
  • M collections/community/general/ovirt_scheduling_policy_facts_module.html
  • M collections/community/general/ovirt_snapshot_facts_module.html
  • M collections/community/general/ovirt_storage_domain_facts_module.html
  • M collections/community/general/ovirt_storage_template_facts_module.html
  • M collections/community/general/ovirt_storage_vm_facts_module.html
  • M collections/community/general/ovirt_tag_facts_module.html
  • M collections/community/general/ovirt_template_facts_module.html
  • M collections/community/general/ovirt_user_facts_module.html
  • M collections/community/general/ovirt_vm_facts_module.html
  • M collections/community/general/ovirt_vmpool_facts_module.html
  • M collections/community/general/pacemaker_cluster_module.html
  • M collections/community/general/packet_device_module.html
  • M collections/community/general/packet_ip_subnet_module.html
  • M collections/community/general/packet_project_module.html
  • M collections/community/general/packet_sshkey_module.html
  • M collections/community/general/packet_volume_attachment_module.html
  • M collections/community/general/packet_volume_module.html
  • M collections/community/general/pacman_key_module.html
  • M collections/community/general/pacman_module.html
  • M collections/community/general/pagerduty_alert_module.html
  • M collections/community/general/pagerduty_change_module.html
  • M collections/community/general/pagerduty_module.html
  • M collections/community/general/pagerduty_user_module.html
  • M collections/community/general/pam_limits_module.html
  • M collections/community/general/pamd_module.html
  • M collections/community/general/parted_module.html
  • M collections/community/general/passwordstore_lookup.html
  • M collections/community/general/path_join_filter.html
  • M collections/community/general/pbrun_become.html
  • M collections/community/general/pear_module.html
  • M collections/community/general/pfexec_become.html
  • M collections/community/general/pickle_cache.html
  • M collections/community/general/pids_module.html
  • M collections/community/general/pingdom_module.html
  • M collections/community/general/pip_package_info_module.html
  • M collections/community/general/pipx_info_module.html
  • M collections/community/general/pipx_module.html
  • M collections/community/general/pkg5_module.html
  • M collections/community/general/pkg5_publisher_module.html
  • M collections/community/general/pkgin_module.html
  • M collections/community/general/pkgng_module.html
  • M collections/community/general/pkgutil_module.html
  • M collections/community/general/pmem_module.html
  • M collections/community/general/pmrun_become.html
  • M collections/community/general/portage_module.html
  • M collections/community/general/portinstall_module.html
  • M collections/community/general/postgresql_copy_module.html
  • M collections/community/general/postgresql_db_module.html
  • M collections/community/general/postgresql_ext_module.html
  • M collections/community/general/postgresql_idx_module.html
  • M collections/community/general/postgresql_info_module.html
  • M collections/community/general/postgresql_lang_module.html
  • M collections/community/general/postgresql_membership_module.html
  • M collections/community/general/postgresql_owner_module.html
  • M collections/community/general/postgresql_pg_hba_module.html
  • M collections/community/general/postgresql_ping_module.html
  • M collections/community/general/postgresql_privs_module.html
  • M collections/community/general/postgresql_publication_module.html
  • M collections/community/general/postgresql_query_module.html
  • M collections/community/general/postgresql_schema_module.html
  • M collections/community/general/postgresql_sequence_module.html
  • M collections/community/general/postgresql_set_module.html
  • M collections/community/general/postgresql_slot_module.html
  • M collections/community/general/postgresql_subscription_module.html
  • M collections/community/general/postgresql_table_module.html
  • M collections/community/general/postgresql_tablespace_module.html
  • M collections/community/general/postgresql_user_module.html
  • M collections/community/general/postgresql_user_obj_stat_info_module.html
  • M collections/community/general/pritunl_org_info_module.html
  • M collections/community/general/pritunl_org_module.html
  • M collections/community/general/pritunl_user_info_module.html
  • M collections/community/general/pritunl_user_module.html
  • M collections/community/general/profitbricks_datacenter_module.html
  • M collections/community/general/profitbricks_module.html
  • M collections/community/general/profitbricks_nic_module.html
  • M collections/community/general/profitbricks_volume_attachments_module.html
  • M collections/community/general/profitbricks_volume_module.html
  • M collections/community/general/proxmox_disk_module.html
  • M collections/community/general/proxmox_domain_info_module.html
  • M collections/community/general/proxmox_group_info_module.html
  • M collections/community/general/proxmox_inventory.html
  • M collections/community/general/proxmox_kvm_module.html
  • M collections/community/general/proxmox_module.html
  • M collections/community/general/proxmox_nic_module.html
  • M collections/community/general/proxmox_snap_module.html
  • M collections/community/general/proxmox_storage_info_module.html
  • M collections/community/general/proxmox_tasks_info_module.html
  • M collections/community/general/proxmox_template_module.html
  • M collections/community/general/proxmox_user_info_module.html
  • M collections/community/general/pubnub_blocks_module.html
  • M collections/community/general/pulp_repo_module.html
  • M collections/community/general/puppet_module.html
  • M collections/community/general/purefa_facts_module.html
  • M collections/community/general/purefb_facts_module.html
  • M collections/community/general/pushbullet_module.html
  • M collections/community/general/pushover_module.html
  • M collections/community/general/python_requirements_facts_module.html
  • M collections/community/general/python_requirements_info_module.html
  • M collections/community/general/qubes_connection.html
  • M collections/community/general/random_mac_filter.html
  • M collections/community/general/random_pet_lookup.html
  • M collections/community/general/random_string_lookup.html
  • M collections/community/general/random_words_lookup.html
  • M collections/community/general/rax_cbs_attachments_module.html
  • M collections/community/general/rax_cbs_module.html
  • M collections/community/general/rax_cdb_database_module.html
  • M collections/community/general/rax_cdb_module.html
  • M collections/community/general/rax_cdb_user_module.html
  • M collections/community/general/rax_clb_module.html
  • M collections/community/general/rax_clb_nodes_module.html
  • M collections/community/general/rax_clb_ssl_module.html
  • M collections/community/general/rax_dns_module.html
  • M collections/community/general/rax_dns_record_module.html
  • M collections/community/general/rax_facts_module.html
  • M collections/community/general/rax_files_module.html
  • M collections/community/general/rax_files_objects_module.html
  • M collections/community/general/rax_identity_module.html
  • M collections/community/general/rax_keypair_module.html
  • M collections/community/general/rax_meta_module.html
  • M collections/community/general/rax_module.html
  • M collections/community/general/rax_mon_alarm_module.html
  • M collections/community/general/rax_mon_check_module.html
  • M collections/community/general/rax_mon_entity_module.html
  • M collections/community/general/rax_mon_notification_module.html
  • M collections/community/general/rax_mon_notification_plan_module.html
  • M collections/community/general/rax_network_module.html
  • M collections/community/general/rax_queue_module.html
  • M collections/community/general/rax_scaling_group_module.html
  • M collections/community/general/rax_scaling_policy_module.html
  • M collections/community/general/read_csv_module.html
  • M collections/community/general/redfish_command_module.html
  • M collections/community/general/redfish_config_module.html
  • M collections/community/general/redfish_facts_module.html
  • M collections/community/general/redfish_info_module.html
  • M collections/community/general/redhat_subscription_module.html
  • M collections/community/general/redis_cache.html
  • M collections/community/general/redis_data_incr_module.html
  • M collections/community/general/redis_data_info_module.html
  • M collections/community/general/redis_data_module.html
  • M collections/community/general/redis_info_module.html
  • M collections/community/general/redis_lookup.html
  • M collections/community/general/redis_module.html
  • M collections/community/general/revbitspss_lookup.html
  • M collections/community/general/rhevm_module.html
  • M collections/community/general/rhn_channel_module.html
  • M collections/community/general/rhn_register_module.html
  • M collections/community/general/rhsm_release_module.html
  • M collections/community/general/rhsm_repository_module.html
  • M collections/community/general/riak_module.html
  • M collections/community/general/rocketchat_module.html
  • M collections/community/general/rollbar_deployment_module.html
  • M collections/community/general/rpm_ostree_pkg_module.html
  • M collections/community/general/rundeck_acl_policy_module.html
  • M collections/community/general/rundeck_job_executions_info_module.html
  • M collections/community/general/rundeck_job_run_module.html
  • M collections/community/general/rundeck_project_module.html
  • M collections/community/general/runit_module.html
  • M collections/community/general/saltstack_connection.html
  • M collections/community/general/sap_task_list_execute_module.html
  • M collections/community/general/sapcar_extract_module.html
  • M collections/community/general/say_callback.html
  • M collections/community/general/say_module.html
  • M collections/community/general/scaleway_compute_module.html
  • M collections/community/general/scaleway_compute_private_network_module.html
  • M collections/community/general/scaleway_database_backup_module.html
  • M collections/community/general/scaleway_image_facts_module.html
  • M collections/community/general/scaleway_image_info_module.html
  • M collections/community/general/scaleway_inventory.html
  • M collections/community/general/scaleway_ip_facts_module.html
  • M collections/community/general/scaleway_ip_info_module.html
  • M collections/community/general/scaleway_ip_module.html
  • M collections/community/general/scaleway_lb_module.html
  • M collections/community/general/scaleway_organization_facts_module.html
  • M collections/community/general/scaleway_organization_info_module.html
  • M collections/community/general/scaleway_private_network_module.html
  • M collections/community/general/scaleway_security_group_facts_module.html
  • M collections/community/general/scaleway_security_group_info_module.html
  • M collections/community/general/scaleway_security_group_module.html
  • M collections/community/general/scaleway_security_group_rule_module.html
  • M collections/community/general/scaleway_server_facts_module.html
  • M collections/community/general/scaleway_server_info_module.html
  • M collections/community/general/scaleway_snapshot_facts_module.html
  • M collections/community/general/scaleway_snapshot_info_module.html
  • M collections/community/general/scaleway_sshkey_module.html
  • M collections/community/general/scaleway_user_data_module.html
  • M collections/community/general/scaleway_volume_facts_module.html
  • M collections/community/general/scaleway_volume_info_module.html
  • M collections/community/general/scaleway_volume_module.html
  • M collections/community/general/sefcontext_module.html
  • M collections/community/general/selective_callback.html
  • M collections/community/general/selinux_permissive_module.html
  • M collections/community/general/selogin_module.html
  • M collections/community/general/sendgrid_module.html
  • M collections/community/general/sensu_check_module.html
  • M collections/community/general/sensu_client_module.html
  • M collections/community/general/sensu_handler_module.html
  • M collections/community/general/sensu_silence_module.html
  • M collections/community/general/sensu_subscription_module.html
  • M collections/community/general/seport_module.html
  • M collections/community/general/serverless_module.html
  • M collections/community/general/sesu_become.html
  • M collections/community/general/sf_account_manager_module.html
  • M collections/community/general/sf_check_connections_module.html
  • M collections/community/general/sf_snapshot_schedule_manager_module.html
  • M collections/community/general/sf_volume_access_group_manager_module.html
  • M collections/community/general/sf_volume_manager_module.html
  • M collections/community/general/shelvefile_lookup.html
  • M collections/community/general/shutdown_module.html
  • M collections/community/general/sl_vm_module.html
  • M collections/community/general/slack_callback.html
  • M collections/community/general/slack_module.html
  • M collections/community/general/slackpkg_module.html
  • M collections/community/general/smartos_image_facts_module.html
  • M collections/community/general/smartos_image_info_module.html
  • M collections/community/general/snap_alias_module.html
  • M collections/community/general/snap_module.html
  • M collections/community/general/snmp_facts_module.html
  • M collections/community/general/solaris_zone_module.html
  • M collections/community/general/sorcery_module.html
  • M collections/community/general/spectrum_device_module.html
  • M collections/community/general/spectrum_model_attrs_module.html
  • M collections/community/general/splunk_callback.html
  • M collections/community/general/spotinst_aws_elastigroup_module.html
  • M collections/community/general/ss_3par_cpg_module.html
  • M collections/community/general/ssh_config_module.html
  • M collections/community/general/stackdriver_module.html
  • M collections/community/general/stacki_host_module.html
  • M collections/community/general/stackpath_compute_inventory.html
  • M collections/community/general/statsd_module.html
  • M collections/community/general/statusio_maintenance_module.html
  • M collections/community/general/stderr_callback.html
  • M collections/community/general/sudoers_module.html
  • M collections/community/general/sudosu_become.html
  • M collections/community/general/sumologic_callback.html
  • M collections/community/general/supervisorctl_module.html
  • M collections/community/general/svc_module.html
  • M collections/community/general/svr4pkg_module.html
  • M collections/community/general/swdepot_module.html
  • M collections/community/general/swupd_module.html
  • M collections/community/general/syslog_json_callback.html
  • M collections/community/general/syslogger_module.html
  • M collections/community/general/syspatch_module.html
  • M collections/community/general/sysrc_module.html
  • M collections/community/general/sysupgrade_module.html
  • M collections/community/general/taiga_issue_module.html
  • M collections/community/general/telegram_module.html
  • M collections/community/general/terraform_module.html
  • M collections/community/general/timezone_module.html
  • M collections/community/general/to_days_filter.html
  • M collections/community/general/to_hours_filter.html
  • M collections/community/general/to_milliseconds_filter.html
  • M collections/community/general/to_minutes_filter.html
  • M collections/community/general/to_months_filter.html
  • M collections/community/general/to_seconds_filter.html
  • M collections/community/general/to_time_unit_filter.html
  • M collections/community/general/to_weeks_filter.html
  • M collections/community/general/to_years_filter.html
  • M collections/community/general/tss_lookup.html
  • M collections/community/general/twilio_module.html
  • M collections/community/general/typetalk_module.html
  • M collections/community/general/udm_dns_record_module.html
  • M collections/community/general/udm_dns_zone_module.html
  • M collections/community/general/udm_group_module.html
  • M collections/community/general/udm_share_module.html
  • M collections/community/general/udm_user_module.html
  • M collections/community/general/ufw_module.html
  • M collections/community/general/unicode_normalize_filter.html
  • M collections/community/general/unixy_callback.html
  • M collections/community/general/uptimerobot_module.html
  • M collections/community/general/urpmi_module.html
  • M collections/community/general/utm_aaa_group_info_module.html
  • M collections/community/general/utm_aaa_group_module.html
  • M collections/community/general/utm_ca_host_key_cert_info_module.html
  • M collections/community/general/utm_ca_host_key_cert_module.html
  • M collections/community/general/utm_dns_host_module.html
  • M collections/community/general/utm_network_interface_address_info_module.html
  • M collections/community/general/utm_network_interface_address_module.html
  • M collections/community/general/utm_proxy_auth_profile_module.html
  • M collections/community/general/utm_proxy_exception_module.html
  • M collections/community/general/utm_proxy_frontend_info_module.html
  • M collections/community/general/utm_proxy_frontend_module.html
  • M collections/community/general/utm_proxy_location_info_module.html
  • M collections/community/general/utm_proxy_location_module.html
  • M collections/community/general/vdo_module.html
  • M collections/community/general/version_sort_filter.html
  • M collections/community/general/vertica_configuration_module.html
  • M collections/community/general/vertica_facts_module.html
  • M collections/community/general/vertica_info_module.html
  • M collections/community/general/vertica_role_module.html
  • M collections/community/general/vertica_schema_module.html
  • M collections/community/general/vertica_user_module.html
  • M collections/community/general/vexata_eg_module.html
  • M collections/community/general/vexata_volume_module.html
  • M collections/community/general/virtualbox_inventory.html
  • M collections/community/general/vmadm_module.html
  • M collections/community/general/wakeonlan_module.html
  • M collections/community/general/wdc_redfish_command_module.html
  • M collections/community/general/wdc_redfish_info_module.html
  • M collections/community/general/webfaction_app_module.html
  • M collections/community/general/webfaction_db_module.html
  • M collections/community/general/webfaction_domain_module.html
  • M collections/community/general/webfaction_mailbox_module.html
  • M collections/community/general/webfaction_site_module.html
  • M collections/community/general/xattr_module.html
  • M collections/community/general/xbps_module.html
  • M collections/community/general/xcc_redfish_command_module.html
  • M collections/community/general/xen_orchestra_inventory.html
  • M collections/community/general/xenserver_facts_module.html
  • M collections/community/general/xenserver_guest_facts_module.html
  • M collections/community/general/xenserver_guest_info_module.html
  • M collections/community/general/xenserver_guest_module.html
  • M collections/community/general/xenserver_guest_powerstate_module.html
  • M collections/community/general/xfconf_info_module.html
  • M collections/community/general/xfconf_module.html
  • M collections/community/general/xfs_quota_module.html
  • M collections/community/general/xml_module.html
  • M collections/community/general/yaml_cache.html
  • M collections/community/general/yaml_callback.html
  • M collections/community/general/yarn_module.html
  • M collections/community/general/yum_versionlock_module.html
  • M collections/community/general/zfs_delegate_admin_module.html
  • M collections/community/general/zfs_facts_module.html
  • M collections/community/general/zfs_module.html
  • M collections/community/general/znode_module.html
  • M collections/community/general/zone_connection.html
  • M collections/community/general/zpool_facts_module.html
  • M collections/community/general/zypper_module.html
  • M collections/community/general/zypper_repository_module.html
  • M collections/index_module.html
Click to see the diff comparison.

NOTE: only file modifications are shown here. New and deleted files are excluded. See the file list and check the published docs to see those files.

The diff output was truncated because it exceeded the maximum size.

diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/a_module_test.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/a_module_test.html
index 33af40a..f282240 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/a_module_test.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/a_module_test.html
@@ -134,7 +134,7 @@
 <h1>community.general.a_module test – Test whether a given string refers to an existing module or action plugin<a class="headerlink" href="#community-general-a-module-test-test-whether-a-given-string-refers-to-an-existing-module-or-action-plugin" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This test plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This test plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.a_module</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/actionable_callback.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/actionable_callback.html
index b8d1a51..cdd2530 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/actionable_callback.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/actionable_callback.html
@@ -115,7 +115,7 @@
 <h1>community.general.actionable<a class="headerlink" href="#community-general-actionable" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This plugin was part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This plugin was part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 </div>
 <p>This callback plugin has been removed
 in version 2.0.0 of community.general.
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/aerospike_migrations_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/aerospike_migrations_module.html
index e1abda6..c509064 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/aerospike_migrations_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/aerospike_migrations_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.aerospike_migrations module – Check or wait for migrations between nodes<a class="headerlink" href="#community-general-aerospike-migrations-module-check-or-wait-for-migrations-between-nodes" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.aerospike_migrations</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/airbrake_deployment_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/airbrake_deployment_module.html
index e3fd5b5..f33e3cc 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/airbrake_deployment_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/airbrake_deployment_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.airbrake_deployment module – Notify airbrake about app deployments<a class="headerlink" href="#community-general-airbrake-deployment-module-notify-airbrake-about-app-deployments" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.airbrake_deployment</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/aix_devices_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/aix_devices_module.html
index ac1f668..1d04152 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/aix_devices_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/aix_devices_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.aix_devices module – Manages AIX devices<a class="headerlink" href="#community-general-aix-devices-module-manages-aix-devices" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.aix_devices</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/aix_filesystem_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/aix_filesystem_module.html
index 68c9e54..52493df 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/aix_filesystem_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/aix_filesystem_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.aix_filesystem module – Configure LVM and NFS file systems for AIX<a class="headerlink" href="#community-general-aix-filesystem-module-configure-lvm-and-nfs-file-systems-for-aix" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.aix_filesystem</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/aix_inittab_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/aix_inittab_module.html
index 9227520..e818cb4 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/aix_inittab_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/aix_inittab_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.aix_inittab module – Manages the inittab on AIX<a class="headerlink" href="#community-general-aix-inittab-module-manages-the-inittab-on-aix" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.
 You need further requirements to be able to use this module,
 see <a class="reference internal" href="#ansible-collections-community-general-aix-inittab-module-requirements"><span class="std std-ref">Requirements</span></a> for details.</p>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/aix_lvg_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/aix_lvg_module.html
index 2c9220a..4ecf6c9 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/aix_lvg_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/aix_lvg_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.aix_lvg module – Manage LVM volume groups on AIX<a class="headerlink" href="#community-general-aix-lvg-module-manage-lvm-volume-groups-on-aix" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.aix_lvg</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/aix_lvol_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/aix_lvol_module.html
index fbf5776..7f2baf9 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/aix_lvol_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/aix_lvol_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.aix_lvol module – Configure AIX LVM logical volumes<a class="headerlink" href="#community-general-aix-lvol-module-configure-aix-lvm-logical-volumes" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.aix_lvol</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/alerta_customer_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/alerta_customer_module.html
index 16abe0c..982939e 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/alerta_customer_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/alerta_customer_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.alerta_customer module – Manage customers in Alerta<a class="headerlink" href="#community-general-alerta-customer-module-manage-customers-in-alerta" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.alerta_customer</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/ali_instance_facts_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/ali_instance_facts_module.html
index 2e7be5d..3a89a9f 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/ali_instance_facts_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/ali_instance_facts_module.html
@@ -115,7 +115,7 @@
 <h1>community.general.ali_instance_facts<a class="headerlink" href="#community-general-ali-instance-facts" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This plugin was part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This plugin was part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 </div>
 <p>This module has been removed
 in version 3.0.0 of community.general.
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/ali_instance_info_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/ali_instance_info_module.html
index 7708f73..1bbb1e1 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/ali_instance_info_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/ali_instance_info_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.ali_instance_info module – Gather information on instances of Alibaba Cloud ECS.<a class="headerlink" href="#community-general-ali-instance-info-module-gather-information-on-instances-of-alibaba-cloud-ecs" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.
 You need further requirements to be able to use this module,
 see <a class="reference internal" href="#ansible-collections-community-general-ali-instance-info-module-requirements"><span class="std std-ref">Requirements</span></a> for details.</p>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/ali_instance_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/ali_instance_module.html
index ed7204c..0751d04 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/ali_instance_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/ali_instance_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.ali_instance module – Create, Start, Stop, Restart or Terminate an Instance in ECS. Add or Remove Instance to/from a Security Group.<a class="headerlink" href="#community-general-ali-instance-module-create-start-stop-restart-or-terminate-an-instance-in-ecs-add-or-remove-instance-to-from-a-security-group" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.
 You need further requirements to be able to use this module,
 see <a class="reference internal" href="#ansible-collections-community-general-ali-instance-module-requirements"><span class="std std-ref">Requirements</span></a> for details.</p>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/alternatives_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/alternatives_module.html
index 6ed343c..f506fcf 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/alternatives_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/alternatives_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.alternatives module – Manages alternative programs for common commands<a class="headerlink" href="#community-general-alternatives-module-manages-alternative-programs-for-common-commands" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.
 You need further requirements to be able to use this module,
 see <a class="reference internal" href="#ansible-collections-community-general-alternatives-module-requirements"><span class="std std-ref">Requirements</span></a> for details.</p>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/ansible_galaxy_install_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/ansible_galaxy_install_module.html
index 612d639..820b799 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/ansible_galaxy_install_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/ansible_galaxy_install_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.ansible_galaxy_install module – Install Ansible roles or collections using ansible-galaxy<a class="headerlink" href="#community-general-ansible-galaxy-install-module-install-ansible-roles-or-collections-using-ansible-galaxy" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.
 You need further requirements to be able to use this module,
 see <a class="reference internal" href="#ansible-collections-community-general-ansible-galaxy-install-module-requirements"><span class="std std-ref">Requirements</span></a> for details.</p>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/apache2_mod_proxy_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/apache2_mod_proxy_module.html
index 0650a47..64a9046 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/apache2_mod_proxy_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/apache2_mod_proxy_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.apache2_mod_proxy module – Set and/or get members’ attributes of an Apache httpd 2.4 mod_proxy balancer pool<a class="headerlink" href="#community-general-apache2-mod-proxy-module-set-and-or-get-members-attributes-of-an-apache-httpd-2-4-mod-proxy-balancer-pool" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.apache2_mod_proxy</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/apache2_module_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/apache2_module_module.html
index a46029f..79eba13 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/apache2_module_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/apache2_module_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.apache2_module module – Enables/disables a module of the Apache2 webserver.<a class="headerlink" href="#community-general-apache2-module-module-enables-disables-a-module-of-the-apache2-webserver" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.
 You need further requirements to be able to use this module,
 see <a class="reference internal" href="#ansible-collections-community-general-apache2-module-module-requirements"><span class="std std-ref">Requirements</span></a> for details.</p>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/apk_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/apk_module.html
index 8b3d52f..7bd7b88 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/apk_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/apk_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.apk module – Manages apk packages<a class="headerlink" href="#community-general-apk-module-manages-apk-packages" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.apk</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/apt_repo_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/apt_repo_module.html
index 038aaea..2f3a577 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/apt_repo_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/apt_repo_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.apt_repo module – Manage APT repositories via apt-repo<a class="headerlink" href="#community-general-apt-repo-module-manage-apt-repositories-via-apt-repo" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.apt_repo</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/apt_rpm_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/apt_rpm_module.html
index 491a55a..4ff5bef 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/apt_rpm_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/apt_rpm_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.apt_rpm module – apt_rpm package manager<a class="headerlink" href="#community-general-apt-rpm-module-apt-rpm-package-manager" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.apt_rpm</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/archive_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/archive_module.html
index a7da61c..5eaccba 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/archive_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/archive_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.archive module – Creates a compressed archive of one or more files or trees<a class="headerlink" href="#community-general-archive-module-creates-a-compressed-archive-of-one-or-more-files-or-trees" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.archive</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/atomic_container_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/atomic_container_module.html
index d0f9f9d..ea97746 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/atomic_container_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/atomic_container_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.atomic_container module – Manage the containers on the atomic host platform<a class="headerlink" href="#community-general-atomic-container-module-manage-the-containers-on-the-atomic-host-platform" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.
 You need further requirements to be able to use this module,
 see <a class="reference internal" href="#ansible-collections-community-general-atomic-container-module-requirements"><span class="std std-ref">Requirements</span></a> for details.</p>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/atomic_host_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/atomic_host_module.html
index 6d77bda..85d3383 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/atomic_host_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/atomic_host_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.atomic_host module – Manage the atomic host platform<a class="headerlink" href="#community-general-atomic-host-module-manage-the-atomic-host-platform" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.
 You need further requirements to be able to use this module,
 see <a class="reference internal" href="#ansible-collections-community-general-atomic-host-module-requirements"><span class="std std-ref">Requirements</span></a> for details.</p>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/atomic_image_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/atomic_image_module.html
index 6307687..db803bd 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/atomic_image_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/atomic_image_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.atomic_image module – Manage the container images on the atomic host platform<a class="headerlink" href="#community-general-atomic-image-module-manage-the-container-images-on-the-atomic-host-platform" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.
 You need further requirements to be able to use this module,
 see <a class="reference internal" href="#ansible-collections-community-general-atomic-image-module-requirements"><span class="std std-ref">Requirements</span></a> for details.</p>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/awall_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/awall_module.html
index 0de1f86..f18b77c 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/awall_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/awall_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.awall module – Manage awall policies<a class="headerlink" href="#community-general-awall-module-manage-awall-policies" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.awall</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/beadm_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/beadm_module.html
index b2bc165..83e58c9 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/beadm_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/beadm_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.beadm module – Manage ZFS boot environments on FreeBSD/Solaris/illumos systems.<a class="headerlink" href="#community-general-beadm-module-manage-zfs-boot-environments-on-freebsd-solaris-illumos-systems" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.beadm</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bearychat_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bearychat_module.html
index e875fda..1be1ea9 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bearychat_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bearychat_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.bearychat module – Send BearyChat notifications<a class="headerlink" href="#community-general-bearychat-module-send-bearychat-notifications" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.bearychat</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bigpanda_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bigpanda_module.html
index 948c3fa..f3be5e5 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bigpanda_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bigpanda_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.bigpanda module – Notify BigPanda about deployments<a class="headerlink" href="#community-general-bigpanda-module-notify-bigpanda-about-deployments" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.bigpanda</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bitbucket_access_key_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bitbucket_access_key_module.html
index 0539129..83a3ff8 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bitbucket_access_key_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bitbucket_access_key_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.bitbucket_access_key module – Manages Bitbucket repository access keys<a class="headerlink" href="#community-general-bitbucket-access-key-module-manages-bitbucket-repository-access-keys" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.bitbucket_access_key</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bitbucket_pipeline_key_pair_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bitbucket_pipeline_key_pair_module.html
index be422f0..7cd4584 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bitbucket_pipeline_key_pair_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bitbucket_pipeline_key_pair_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.bitbucket_pipeline_key_pair module – Manages Bitbucket pipeline SSH key pair<a class="headerlink" href="#community-general-bitbucket-pipeline-key-pair-module-manages-bitbucket-pipeline-ssh-key-pair" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.bitbucket_pipeline_key_pair</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bitbucket_pipeline_known_host_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bitbucket_pipeline_known_host_module.html
index 528d4da..f96c373 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bitbucket_pipeline_known_host_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bitbucket_pipeline_known_host_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.bitbucket_pipeline_known_host module – Manages Bitbucket pipeline known hosts<a class="headerlink" href="#community-general-bitbucket-pipeline-known-host-module-manages-bitbucket-pipeline-known-hosts" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.
 You need further requirements to be able to use this module,
 see <a class="reference internal" href="#ansible-collections-community-general-bitbucket-pipeline-known-host-module-requirements"><span class="std std-ref">Requirements</span></a> for details.</p>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bitbucket_pipeline_variable_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bitbucket_pipeline_variable_module.html
index 8d188e2..c192b9c 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bitbucket_pipeline_variable_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bitbucket_pipeline_variable_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.bitbucket_pipeline_variable module – Manages Bitbucket pipeline variables<a class="headerlink" href="#community-general-bitbucket-pipeline-variable-module-manages-bitbucket-pipeline-variables" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.bitbucket_pipeline_variable</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bitwarden_lookup.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bitwarden_lookup.html
index 13cd763..e587502 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bitwarden_lookup.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bitwarden_lookup.html
@@ -134,7 +134,7 @@
 <h1>community.general.bitwarden lookup – Retrieve secrets from Bitwarden<a class="headerlink" href="#community-general-bitwarden-lookup-retrieve-secrets-from-bitwarden" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This lookup plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This lookup plugin is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.
 You need further requirements to be able to use this lookup plugin,
 see <a class="reference internal" href="#ansible-collections-community-general-bitwarden-lookup-requirements"><span class="std std-ref">Requirements</span></a> for details.</p>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bower_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bower_module.html
index 5824a2c..d67f395 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bower_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bower_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.bower module – Manage bower packages with bower<a class="headerlink" href="#community-general-bower-module-manage-bower-packages-with-bower" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.bower</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bundler_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bundler_module.html
index a7a8bd1..07a4850 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bundler_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bundler_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.bundler module – Manage Ruby Gem dependencies with Bundler<a class="headerlink" href="#community-general-bundler-module-manage-ruby-gem-dependencies-with-bundler" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.bundler</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bzr_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bzr_module.html
index c3d70f0..bc21b7c 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/bzr_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/bzr_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.bzr module – Deploy software (or files) from bzr branches<a class="headerlink" href="#community-general-bzr-module-deploy-software-or-files-from-bzr-branches" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.bzr</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/campfire_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/campfire_module.html
index 2cd515c..5cc4f4d 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/campfire_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/campfire_module.html
@@ -134,7 +134,7 @@
 <h1>community.general.campfire module – Send a message to Campfire<a class="headerlink" href="#community-general-campfire-module-send-a-message-to-campfire" title="Permalink to this heading"></a></h1>
 <div class="admonition note">
 <p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.7.0).</p>
+<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/general">community.general collection</a> (version 5.8.0).</p>
 <p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.general</span></code>.</p>
 <p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.general.campfire</span></code>.</p>
 </div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/capabilities_module.html b/home/runner/work/com

github-actions[bot] avatar Oct 04 '22 10:10 github-actions[bot]

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/module_utils/ilo_redfish_utils.py:1258:32: undefined-variable: Undefined variable 'flatten'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/module_utils/ilo_redfish_utils.py:1258:32: undefined-variable: Undefined variable 'flatten'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/module_utils/ilo_redfish_utils.py:1258:32: undefined-variable: Undefined variable 'flatten'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/module_utils/ilo_redfish_utils.py:1258:32: undefined-variable: Undefined variable 'flatten'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/module_utils/ilo_redfish_utils.py:1258:32: undefined-variable: Undefined variable 'flatten'

click here for bot help

ansibullbot avatar Oct 07 '22 10:10 ansibullbot

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: invalid-documentation: DOCUMENTATION.version: extra keys not allowed @ data['version']. Got '5.7.0'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/module_utils/ilo_redfish_utils.py:1258:32: undefined-variable: Undefined variable 'flatten'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/module_utils/ilo_redfish_utils.py:1258:32: undefined-variable: Undefined variable 'flatten'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/module_utils/ilo_redfish_utils.py:1258:32: undefined-variable: Undefined variable 'flatten'

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: invalid-documentation: DOCUMENTATION.version: extra keys not allowed @ data['version']. Got '5.7.0'

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: invalid-documentation: DOCUMENTATION.version: extra keys not allowed @ data['version']. Got '5.7.0'

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: invalid-documentation: DOCUMENTATION.version: extra keys not allowed @ data['version']. Got '5.7.0'

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: invalid-documentation: DOCUMENTATION.version: extra keys not allowed @ data['version']. Got '5.7.0'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/module_utils/ilo_redfish_utils.py:1258:32: undefined-variable: Undefined variable 'flatten'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/module_utils/ilo_redfish_utils.py:1258:32: undefined-variable: Undefined variable 'flatten'

click here for bot help

ansibullbot avatar Oct 07 '22 12:10 ansibullbot

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_info.py:286:0: trailing-whitespace: Trailing whitespace

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: invalid-documentation: DOCUMENTATION.version: extra keys not allowed @ data['version']. Got '5.7.0'

The test ansible-test sanity --test pep8 [explain] failed with 3 errors:

plugins/module_utils/ilo_redfish_utils.py:106:9: E265: block comment should start with '# '
plugins/module_utils/ilo_redfish_utils.py:117:9: E265: block comment should start with '# '
plugins/modules/remote_management/redfish/ilo_redfish_info.py:286:1: W293: blank line contains whitespace

The test ansible-test sanity --test pylint [explain] failed with 2 errors:

plugins/module_utils/ilo_redfish_utils.py:764:89: undefined-variable: Undefined variable 'uri'
plugins/module_utils/ilo_redfish_utils.py:956:80: undefined-variable: Undefined variable 'uri'

The test ansible-test sanity --test pep8 [explain] failed with 3 errors:

plugins/module_utils/ilo_redfish_utils.py:106:9: E265: block comment should start with '# '
plugins/module_utils/ilo_redfish_utils.py:117:9: E265: block comment should start with '# '
plugins/modules/remote_management/redfish/ilo_redfish_info.py:286:1: W293: blank line contains whitespace

The test ansible-test sanity --test pep8 [explain] failed with 3 errors:

plugins/module_utils/ilo_redfish_utils.py:106:9: E265: block comment should start with '# '
plugins/module_utils/ilo_redfish_utils.py:117:9: E265: block comment should start with '# '
plugins/modules/remote_management/redfish/ilo_redfish_info.py:286:1: W293: blank line contains whitespace

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_info.py:286:0: trailing-whitespace: Trailing whitespace

The test ansible-test sanity --test pep8 [explain] failed with 3 errors:

plugins/module_utils/ilo_redfish_utils.py:106:9: E265: block comment should start with '# '
plugins/module_utils/ilo_redfish_utils.py:117:9: E265: block comment should start with '# '
plugins/modules/remote_management/redfish/ilo_redfish_info.py:286:1: W293: blank line contains whitespace

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_info.py:286:0: trailing-whitespace: Trailing whitespace

The test ansible-test sanity --test pylint [explain] failed with 2 errors:

plugins/module_utils/ilo_redfish_utils.py:764:89: undefined-variable: Undefined variable 'uri'
plugins/module_utils/ilo_redfish_utils.py:956:80: undefined-variable: Undefined variable 'uri'

The test ansible-test sanity --test pylint [explain] failed with 2 errors:

plugins/module_utils/ilo_redfish_utils.py:764:89: undefined-variable: Undefined variable 'uri'
plugins/module_utils/ilo_redfish_utils.py:956:80: undefined-variable: Undefined variable 'uri'

The test ansible-test sanity --test pep8 [explain] failed with 3 errors:

plugins/module_utils/ilo_redfish_utils.py:106:9: E265: block comment should start with '# '
plugins/module_utils/ilo_redfish_utils.py:117:9: E265: block comment should start with '# '
plugins/modules/remote_management/redfish/ilo_redfish_info.py:286:1: W293: blank line contains whitespace

The test ansible-test sanity --test pylint [explain] failed with 2 errors:

plugins/module_utils/ilo_redfish_utils.py:764:89: undefined-variable: Undefined variable 'uri'
plugins/module_utils/ilo_redfish_utils.py:956:80: undefined-variable: Undefined variable 'uri'

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: invalid-documentation: DOCUMENTATION.version: extra keys not allowed @ data['version']. Got '5.7.0'

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: invalid-documentation: DOCUMENTATION.version: extra keys not allowed @ data['version']. Got '5.7.0'

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: invalid-documentation: DOCUMENTATION.version: extra keys not allowed @ data['version']. Got '5.7.0'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_info.py:286:0: trailing-whitespace: Trailing whitespace

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_command.py:0:0: invalid-documentation: DOCUMENTATION.version: extra keys not allowed @ data['version']. Got '5.7.0'

The test ansible-test sanity --test pylint [explain] failed with 1 error:

plugins/modules/remote_management/redfish/ilo_redfish_info.py:286:0: trailing-whitespace: Trailing whitespace

The test ansible-test sanity --test pylint [explain] failed with 2 errors:

plugins/module_utils/ilo_redfish_utils.py:764:89: undefined-variable: Undefined variable 'uri'
plugins/module_utils/ilo_redfish_utils.py:956:80: undefined-variable: Undefined variable 'uri'

click here for bot help

ansibullbot avatar Oct 10 '22 10:10 ansibullbot

Rather than going through and commenting on individual methods, there is a large amount of functionality that is covered by the Redfish standard and should not be in anything iLO-specific. As far as I can tell, most of the functionality being implemented in these new iLO additions are already supported by the standard module.

mraineri avatar Oct 14 '22 19:10 mraineri

Please check whether the refactorings in #5425 also apply to your PR.

felixfontein avatar Nov 02 '22 06:11 felixfontein

Please note that in #5461 the collection repository was restructured to remove the directory tree in plugins/modules/, and the corresponding tree in tests/unit/plugins/modules/. Your PR adds new files into this hierarchy. Please rebase with the current main branch and move your files directly into plugins/modules/. You also can remove the changes to meta/runtime.yml, these are not needed anymore (the corresponding section was removed from CONTRIBUTING.md), and make sure to adjust the new entries in .github/BOTMETA.yml as well.

felixfontein avatar Nov 03 '22 06:11 felixfontein

@TSKushal your rebase removed all changes from this PR. That's why it got closed (and GitHub misattributes it as 'merged').

felixfontein avatar Nov 07 '22 19:11 felixfontein

We have done rebase to sync up the redfish_utils.py changes, so the push has been reverted. Will push the changes again.

Gayathirideviramasamy avatar Nov 08 '22 05:11 Gayathirideviramasamy