Is there a way to disable module without calling command?
Hello,
Question, I want to install mysql 5.7 on RHEL 8. By default, this isn't supported on AppStream repository. So I want to disable to module and install mysql 5.7 in the traditional way.
When I look through the yum/dnf documentation, it don't seem documented. Is this because we can't use the ansible module or could I be missing something.
I am aware of the use of command, but this seem like something the module should already be providing, so I am assuming its doable
William