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: httpd_can_network_connect
state: yes
persistent: yes
```
Output:
```
ERROR! couldn't resolve module/action 'seboolean'. This often indicates a
misspelling, missing collection, or incorrect module path.
The error appears to be in '/home/user/ansible_test_suite/tmp.yml': line 4,
column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: "seboolean"
^ here
```
--
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/9f5bc9be-df5c-47a5-90c5-9e026c3ca802n%40googlegroups.com.