mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
[PR #5804/b92542de backport][stable-6] Minor changes to HPE iLO collection (#5854)
Minor changes to HPE iLO collection (#5804)
* Minor changes to setting IPs of servers
* Lint fix
* Added change log
* Update changelogs/fragments/5804-minor-changes-to-hpe-ilo-collection.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit b92542dea2)
Co-authored-by: Bhavya <44067558+Bhavya06@users.noreply.github.com>
This commit is contained in:
@@ -125,7 +125,7 @@ def main():
|
||||
password=dict(no_log=True),
|
||||
auth_token=dict(no_log=True),
|
||||
attribute_name=dict(required=True),
|
||||
attribute_value=dict(),
|
||||
attribute_value=dict(type='str'),
|
||||
timeout=dict(type='int', default=10)
|
||||
),
|
||||
required_together=[
|
||||
|
||||
Reference in New Issue
Block a user