HewlettPackard / ilo-ansible-collection

Ansible Collection and Sample Playbooks for HPE iLO
Apache License 2.0
40 stars 20 forks source link

redfish_command must be preceeded with community.general #4

Closed DungKHoang closed 1 year ago

DungKHoang commented 2 years ago

In several yml files ( example: get_system_inventory_all.yml), when redfish_command is used, you should prefix with commnuty.general and install the community general collection with ansible-galaxy collection install community.general

Pls update the Readme file

rajeevkallur commented 1 year ago

Fixed.