Re: [ansible-project] seboolean module in 2.10

2021-05-07 Thread David Reagan
Neither https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-and-running-the-devel-branch-from-source nor https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html#common-environment-setup doesn't mention anything about needing

Re: [ansible-project] seboolean module in 2.10

2021-05-06 Thread David Reagan
> Why do you think the module should be in community.general? Because that is where I found seport. https://github.com/ansible-collections/community.general/blob/main/plugins/modules/seport.py (Or, now that I look at that file, thought I had found seport.) > Do you have Ansible installed, and

Re: [ansible-project] seboolean module in 2.10

2021-05-06 Thread 'Felix Fontein' via Ansible Project
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

[ansible-project] seboolean module in 2.10

2021-05-06 Thread David Reagan
The seboolean module has apparently disappeared from Ansible 2.10. It also doesn't exist in community.general. I couldn't find any documentation saying it was deprecated. Is there a replacement? Example playbook: ``` - hosts: - centos tasks: - name: "seboolean" seboolean: name: