Ansible and Jenkins plugins

I have an ansible playbook that gathers information from every host in a host file (6 jenkins servers).

I’m not sure if this is possible which is why I’m posting this question on here:

Each server users the jenkins plugin ‘ThinBackup’ to handle backing up the servers. I want to know if it is possible to check the last time that plugin was triggered? I’ve done some looking around on the internet and haven’t been able to find anything, so any information is greatly appreciated.

I’m aware of the ansible module ‘jenkins_plugin’ – however I haven’t found an option for the module that deals with the last time the plug in was used