modprobe - fix task status when module cannot be loaded (#2843)

* Initial Commit

* Adding changelog fragment

* Ensured params are present during verbose output and enhanced check_mode

* Making specific to builtins

* Removing unneccessary external call

* Acutal bugfix
This commit is contained in:
Ajpantuso 2021-06-26 07:27:41 -04:00 committed by GitHub
commit d180390dbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 263 additions and 53 deletions

View file

@ -0,0 +1,3 @@
---
bugfixes:
- modprobe - added additional checks to ensure module load/unload is effective (https://github.com/ansible-collections/community.general/issues/1608).