HewlettPackard / oneview-ansible-collection

Ansible Collection and Sample Playbooks for HPE OneView
Apache License 2.0
24 stars 22 forks source link

Correct check-mode support declaration #288

Closed Arthur7777xd closed 1 month ago

Arthur7777xd commented 5 months ago

Description

After the changes, the code indicates which module supports check_mode and which does not, like demonstrated in the following Ansible Documentation: https://docs.ansible.com/ansible/latest/dev_guide/developing_program_flow_modules.html#declaring-check-mode-support

Issues Resolved

None

Check List