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 -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/20210506211046.752c74a6%40rovaniemi.
