mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Add verbosity option to debug statement
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user