-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
rhel-system-roles
-
0
-
False
-
-
None
The latest community.general.modprobe module from Ansible uses python features not present on EL8 with python 3.6, so we cannot use the latest.
Suggestions:
- do not use the modprobe module but instead use command or shell with the modprobe command line. Pros: eliminates another dependency on unsupported code. Works on all platforms the same. Cons: harder to get idempotency correct but not very hard.
- copy the old modprobe code - vendor it into ha_cluster. Pros: no changes to task code. Cons: more python code to maintain
- is cloned by
-
RHEL-128602 use community.general version 11.* in upstream
-
- Closed
-