Hi,
i want to get the total uptime of switch in minutes,
i have tried the below command for it but it gives me in days, hours, and minutes but i would need it only in minutes:
i am currently using below module for it
- name: Check device uptime
ios_command:
commands: - show ver | i uptime
register: uptime
please help me on this.
Regards,
Syed Nasir