Skip to content

Releases: linux-system-roles/kernel_settings

ensure python-configobj is present (#77)

28 Feb 19:06
b9233af

Choose a tag to compare

ensure python-configobj is present (#77)

tuned recently switched from configobj to configparser. The role cannot
yet switch to use configparser. Ensure that the package python-configobj
is present.

make tuned.conf have correct ansible_managed comment (#72)

27 Jan 23:30
eee3e63

Choose a tag to compare

make tuned.conf have correct ansible_managed comment (#72)

  • make tuned.conf have correct ansible_managed comment

https://bugzilla.redhat.com/show_bug.cgi?id=2044640
The kernel_settings role needs to generate the tuned.conf with the
correct ansible_managed string commented in the same format as
generated by the template module. The only way to do this is to
invoke the template module via a lookup with an actual template
file.

remove recursive role symlink in tests/roles

11 Jan 17:20
31080ff

Choose a tag to compare

update tox-lsr version to 2.8.0

New version adds check for proper commenting of the ansible_managed var

Signed-off-by: Sergei Petrosian spetrosi@redhat.com

Run the new tox test

Signed-off-by: Sergei Petrosian spetrosi@redhat.com

bump tox-lsr version to 2.8.3

Signed-off-by: Rich Megginson rmeggins@redhat.com

change recursive role symlink to individual role dir symlinks

Signed-off-by: Rich Megginson rmeggins@redhat.com

test with ansible 2.12; fix linter issues

08 Nov 21:01
ab0db85

Choose a tag to compare

make role work with ansible-core-2.11 ansible-lint and ansible-test

support ansible-core 2.12; ansible-plugin-scan; py39

update tox-lsr version to 2.7.1

update the tox-lsr version used in github actions tox CI
to 2.7.1

The only difference between this an 2.7.0 is that Ansible 2.12
is now GA.

Signed-off-by: Rich Megginson rmeggins@redhat.com

Use {{ ansible_managed | comment }} to fix multi-line ansible_managed

05 Oct 15:52
1c85d15

Choose a tag to compare

use tox-lsr version 2.5.1

This version removes support for molecule until we can figure out
what to do about molecule. This should make all of the tox tests
pass (except for python 2.6).

Signed-off-by: Rich Megginson rmeggins@redhat.com

Use {{ ansible_managed | comment }} to fix multi-line ansible_managed

BZ#2006230, BZ#2006231, BZ#2006233

drop support for ansible 2.8

12 Aug 16:26
5dd5c29

Choose a tag to compare

Drop support for Ansible 2.8 by bumping the Ansible version to 2.9

min_ansible_version is now 2.9
Bug 1989197 - drop support for Ansible 2.8
https://bugzilla.redhat.com/show_bug.cgi?id=1989197

disable bootloader tests to fix EL9 test failures

28 Jul 21:20
4ffc119

Choose a tag to compare

disable bootloader tests - fails on rhel9

Disable testing bootloader config - this is failing on rhel9 - the
role doesn't support bootloader settings anyway - this will make
testing cleaner.

See also https://bugzilla.redhat.com/show_bug.cgi?id=1944599

fix python black errors

fix lint warnings

Fix lint issues; support EL 9 managed hosts

26 May 20:57
9373303

Choose a tag to compare

Fix lint issues

support EL 9 managed hosts

support jinja 2.7

22 Feb 21:44
b1bf219

Choose a tag to compare

support jinja 2.7

Changes to support conversion to collections

19 Nov 20:03
063c77b

Choose a tag to compare

This contains changes to support conversion to collection as well as some tox/travis fixes. No functionality changes.