Merge pull request #631 from saito-hideki/issue/630

Fixes issue related to latest ansible-core devel branch

SUMMARY
Fixes a bug related to updating the ansible-core devel branch.

Fixes incorrect load path for json module in cgroup_perf_recap
Remove unnecessary condition from seboolean integration tests
Optimize conditions for selinux integration tests
Fixes #630

ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME

ansible.posix.cgroup_perf_recap

ADDITIONAL INFORMATION
N/A
This commit is contained in:
softwarefactory-project-zuul[bot]
2025-04-17 00:34:06 +00:00
committed by Hideki Saito
parent e829e6355a
commit abf2ddaa07
4 changed files with 10 additions and 6 deletions

View File

@@ -20,5 +20,4 @@
ansible.builtin.include_tasks: seboolean.yml
when:
- ansible_selinux is defined
- ansible_selinux
- ansible_selinux.status == 'enabled'