Hi,
> The seboolean module has apparently disappeared from Ansible 2.10.
according to ansible-base's ansible_builtin_runtime.yml, the module
resides in ansible.posix, and there I can find it:
https://github.com/ansible-collections/ansible.posix/blob/main/plugins/modules/seboolean.py
> It also doesn't exist in community.general.
Why do you think the module should be in community.general?
> ERROR! couldn't resolve module/action 'seboolean'. This often
> indicates a misspelling, missing collection, or incorrect module path.
Do you have Ansible installed, and not just ansible-base with
community.general? Because if you don't have ansible.posix installed
(which comes with Ansible), the above message is not surprising.
Cheers,
Felix