In below output, i want only the 'May 11 2021' to be displayed on screen.
*Switch#sh clock*
*02:42:19.622 Sng Tue May 11 2021*

Below is a sample script and used 'regex' filter as an example. How do i 
modify the script/ incorporate other any other filter such that my above 
objective is achieved?

- name: GATHER SHOW VERSION
  ios_command: 
    commands: "show clock"

  register: show_clock

- debug: 
    msg: 
    - "{{ show_clock.stdout[0] | regex_findall('.....)"

Thanks,
Vikram

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/3e732ec1-26b6-44d5-84a7-998cee6cbbacn%40googlegroups.com.

Reply via email to