mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Add verbosity option to debug statement
This commit is contained in:
parent
98b19f0623
commit
b4342d2ea4
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue