Releases: linux-system-roles/kernel_settings
ensure python-configobj is present (#77)
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)
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
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
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
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
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
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
Fix lint issues
support EL 9 managed hosts
support jinja 2.7
support jinja 2.7
Changes to support conversion to collections
This contains changes to support conversion to collection as well as some tox/travis fixes. No functionality changes.