mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-14 13:32:00 +00:00
Fixes issue 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 Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
@@ -20,5 +20,4 @@
|
||||
ansible.builtin.include_tasks: seboolean.yml
|
||||
when:
|
||||
- ansible_selinux is defined
|
||||
- ansible_selinux
|
||||
- ansible_selinux.status == 'enabled'
|
||||
|
||||
Reference in New Issue
Block a user