Contents
An Ansible role for bootloader and kernel command line
management.
+Supported architectures
+This role currently supports configuring grub2
boot
+loader which runs on the following architectures:
+
+- AMD and Intel 64-bit architectures (x86-64)
+- The 64-bit ARM architecture (ARMv8.0)
+- IBM Power Systems, Little Endian (POWER9)
+
Requirements
See below
Collection requirements
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 17b983c..2c81a24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
Changelog
=========
+[1.0.3] - 2024-02-26
+--------------------
+
+### Bug Fixes
+
+- fix: Fix the role for UEFI systems (#90)
+
[1.0.2] - 2024-02-26
--------------------