-
Notifications
You must be signed in to change notification settings - Fork 1.7k
hpilo_boot: fix module failing when trying to power on an already powered-on server #9646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
02616ec
fix: fix hpilo_boot.py module failing when trying to power on an alre…
ryanb74 2fcdc39
doc: Add changelog fragment
ryanb74 785151a
fix: add flag to run boot_once idempotently without breaking the prev…
ryanb74 84fbc74
doc: fix documentation fragment description
ryanb74 86edbaa
fix unwanted format changes
ryanb74 23716ad
fix linting errors
ryanb74 042db3e
add missing dash in idempotent_boot_once parameter description
ryanb74 6d69569
fix doc issue
ryanb74 6eea03d
Update changelogs/fragments/9646-hpilo-fix-idempotency.yml
ryanb74 4cf4036
Update plugins/modules/hpilo_boot.py
ryanb74 c12be90
Update changelogs/fragments/9646-hpilo-fix-idempotency.yml
ryanb74 cc30531
comment out module deprecation and change idempotent boot_once parame…
rbadbi 1906c77
Update plugins/modules/hpilo_boot.py
ryanb74 27e1c86
Update plugins/modules/hpilo_boot.py
ryanb74 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- "hpilo_boot - add option to get an idempotent behavior while powering on server, resulting in success instead of failure when using ``state: boot_once`` option (https://github.com/ansible-collections/community.general/pull/9646)." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.