From 51f56a46c7c9b1cfa9231f11badbf81fac2b694b Mon Sep 17 00:00:00 2001
From: Rich Megginson
Date: Mon, 26 Feb 2024 07:02:59 -0700
Subject: [PATCH] docs(changelog): version 1.0.2 [citest skip]
Update changelog and .README.html for version 1.0.2
Signed-off-by: Rich Megginson
---
.README.html | 14 +++++++-------
CHANGELOG.md | 7 +++++++
2 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/.README.html b/.README.html
index 755a43f..4a9aa8f 100644
--- a/.README.html
+++ b/.README.html
@@ -154,6 +154,7 @@ Contents
id="toc-bootloader_remove_password">bootloader_remove_password
bootloader_reboot_ok
+
Variables Exported by the
Role
@@ -163,7 +164,6 @@ Contents
bootloader_facts
-
Example
Playbook
rpm-ostree
@@ -185,8 +185,8 @@ Collection requirements
class="sourceCode bash">ansible-galaxy collection install -vv -r meta/collection-requirements.yml
Role Variables
bootloader_gather_facts
-Whether to gather bootloader_facts
that contain bot
-information for all kernels.
+Whether to gather bootloader_facts
+that contain boot information for all kernels.
Default: false
Type: bool
bootloader_settings
@@ -272,13 +272,13 @@ bootloader_reboot_ok
a reboot to take effect.
Default: false
Type: bool
-Variables Exported by the
-Role
+Variables Exported by the
+Role
The role exports the following variables:
-bootloader_reboot_needed
+bootloader_reboot_needed
Default false
- if true
, this means a
reboot is needed to apply the changes made by the role
-bootloader_facts
+bootloader_facts
Contains boot information for all kernels.
The role returns this variable when you set
bootloader_gather_facts: true
.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 481bfb7..17b983c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
Changelog
=========
+[1.0.2] - 2024-02-26
+--------------------
+
+### Bug Fixes
+
+- fix: Fix bug with extra spaces in variables (#88)
+
[1.0.1] - 2024-02-09
--------------------