Skip to content

Commit

Permalink
Add a note about supported architectuers in README
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrosi committed Feb 26, 2024
1 parent d756069 commit 0e3d92e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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)

## Requirements

See below
Expand Down
3 changes: 2 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
- name: Regenerate grub config in {{ __bootloader_grub_conf }}
command: grub2-mkconfig -o {{ __bootloader_grub_conf }}
when: __bootloader_timeout_conf is changed
changed_when: true
# It's more reliable to run this right after updating timeout
changed_when: true # noqa no-handler

# There is a bug in RHEL 7 because of which regenerating config puts an old
# timeout value to the config
Expand Down

0 comments on commit 0e3d92e

Please sign in to comment.