You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the idea of the idempotency of Ansible plays and tasks, I would like to suggest that the following task should not fail but rather just skip if the server is already on:
- name: Power on a server
community.general.hpilo_boot:
host: YOUR_ILO_HOST
login: YOUR_ILO_LOGIN
password: YOUR_ILO_PASSWORD
state: boot_once
Of course, if the option force: true is set, the server should still be rebooted.
Issue Type
Feature Idea
Component Name
hpilo_boot
Additional Information
- name: Power on a servercommunity.general.hpilo_boot:
host: YOUR_ILO_HOSTlogin: YOUR_ILO_LOGINpassword: YOUR_ILO_PASSWORDstate: boot_once
Code of Conduct
I agree to follow the Ansible Code of Conduct
The text was updated successfully, but these errors were encountered:
Summary
In the idea of the idempotency of Ansible plays and tasks, I would like to suggest that the following task should not fail but rather just skip if the server is already on:
Of course, if the option force: true is set, the server should still be rebooted.
Issue Type
Feature Idea
Component Name
hpilo_boot
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: