HewlettPackard / ilo-ansible-collection

Ansible Collection and Sample Playbooks for HPE iLO
Apache License 2.0
43 stars 23 forks source link

Update Ansible Playbooks, use lowercase role names #45

Open willifehler opened 1 month ago

willifehler commented 1 month ago

Hey there,

I would be better to update the documentation and use lowercase role names.

This might work on macOS but I will fail on Linux.

- hosts: servers
  roles:
     - iLOreset

better would be:

- hosts: servers
  roles:
     - iloreset

example link: https://galaxy.ansible.com/ui/repo/published/hpe/ilo/content/role/iloreset/

Cheers - Willi