- name: Collect the JDK version of the updated package
shell: "/apps/jdk1.8.0_351/bin/java -version"
register: jdkstat
- debug:
var: jdkstat.stdout
verbosity: 2
--
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-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/b1aea577-3c6b-4182-9cbc-a8599511e0f2n%40googlegroups.com.
verbosity
integer
added in 2.1 of ansible.builtin
A number that controls when the debug is run, if you set to 3 it will only run debug when -vvv or above.
Default: 0
-- Todd
--
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+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a3be713c-cc18-4584-9339-ee0afa5d5b9dn%40googlegroups.com.