From 6d69569069ab52319c016f97242e85ae27369745 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:55:54 +0100
Subject: [PATCH] fix doc issue

---
 plugins/modules/hpilo_boot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/modules/hpilo_boot.py b/plugins/modules/hpilo_boot.py
index 43de15435a..eec0de94ba 100644
--- a/plugins/modules/hpilo_boot.py
+++ b/plugins/modules/hpilo_boot.py
@@ -78,7 +78,7 @@ options:
     choices: ["SSLv3", "SSLv23", "TLSv1", "TLSv1_1", "TLSv1_2"]
   idempotent_boot_once:
     description:
-      - This makes the boot_once idempotent see github PR: https://github.com/ansible-collections/community.general/pull/9646
+      - "This makes the boot_once idempotent see github PR: https://github.com/ansible-collections/community.general/pull/9646"
     type: bool
     default: false
 requirements: