Add verbosity option to debug statement

pull/28783/head
Sam Doran 7 years ago committed by ansibot
parent 98b19f0623
commit b4342d2ea4

@ -85,7 +85,9 @@
state: present
register: yum_output
- debug: var=yum_output
- debug:
var: yum_output
verbosity: 1
- name: check mode remove the group along with the package
yum:

Loading…
Cancel
Save