From 84fbc74422de42e3b993ca7f6f56babdce475b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ryan=20BADA=C3=8F?= <43403063+ryanb74@users.noreply.github.com> Date: Thu, 27 Mar 2025 16:06:01 +0100 Subject: [PATCH] doc: fix documentation fragment description --- changelogs/fragments/9646-hpilo-fix-idempotency.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/9646-hpilo-fix-idempotency.yml b/changelogs/fragments/9646-hpilo-fix-idempotency.yml index 099cb84f8e..69212c574f 100644 --- a/changelogs/fragments/9646-hpilo-fix-idempotency.yml +++ b/changelogs/fragments/9646-hpilo-fix-idempotency.yml @@ -1,2 +1,2 @@ minor_changes: - - "hpilo_boot - Fix module failing when trying to power on an already powered-on server (idempotency issue) (https://github.com/ansible-collections/community.general/pull/9646)." \ No newline at end of file + - "hpilo_boot - Add option to get an idempotent behavior while powering on server (success instead of failure when using 'state: boot_once' option) (https://github.com/ansible-collections/community.general/pull/9646)."