how to extract ps command in Ansible results in a list
I am trying to extract the catalina home,catalina base and logging properties from the ps aux | grep tomcat command, if multiple tomcat instances are running i would like to set them in a list
I am trying to extract the catalina home,catalina base and logging properties from the ps aux | grep tomcat command, if multiple tomcat instances are running i would like to set them in a list