Hello,
we are trying to patch our servers with Ansible and the yum module which runs on Cloudlinux. The problem is that the playbook just returns that there is nothing to update. If we run yum update manually it works just fine.
Has anyone had similar issues?
Can’t say I know anything about CloudLinux.
Obviously check your ansible version, and you’ll probably have to debug the module to see what it’s getting back from yum.
Sharing what yum command line you have in your playbook would be useful, as well as your ansible version.
Yum isn’t really disabling any repos by default or anything like that, so I don’t see why it would be any different - but again, weird OS so hard to say.