My output from script execution is
agent: {
"stdout_lines": [ The network is reachable. ........Connected using winrm,
executin COMPLETED at 4/5, The file is saved at D:\ ]
}
I want to extract 'COMPLETED' from this list.
In python logic:
listToStr = ' '.join([str(elem) for elem in agent["stdout_lines"]])
iscomp='COMPLETED' in listToStr
How to covert this into ansible.
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/18189cc9-a3fa-4b72-8fd7-2da14f12efdf%40googlegroups.com.