summaryrefslogtreecommitdiff
path: root/test/integration/targets/yum
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2017-08-29 09:57:49 -0400
committeransibot <ansibot@users.noreply.github.com>2017-08-29 11:48:29 -0400
commitb4342d2ea479e7db28d0e5f2ff73e964cdb94520 (patch)
tree974f638b403814c9a0b27b62d8b36af36c50133f /test/integration/targets/yum
parent98b19f0623b45954515749e84d47316b5fedf69b (diff)
downloadansible-b4342d2ea479e7db28d0e5f2ff73e964cdb94520.tar.gz
Add verbosity option to debug statement
Diffstat (limited to 'test/integration/targets/yum')
-rw-r--r--test/integration/targets/yum/tasks/yum_group_remove.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/integration/targets/yum/tasks/yum_group_remove.yml b/test/integration/targets/yum/tasks/yum_group_remove.yml
index 23b851cde2..3e546c4ff1 100644
--- a/test/integration/targets/yum/tasks/yum_group_remove.yml
+++ b/test/integration/targets/yum/tasks/yum_group_remove.yml
@@ -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: