diff options
author | Sam Doran <sdoran@redhat.com> | 2017-08-29 09:57:49 -0400 |
---|---|---|
committer | ansibot <ansibot@users.noreply.github.com> | 2017-08-29 11:48:29 -0400 |
commit | b4342d2ea479e7db28d0e5f2ff73e964cdb94520 (patch) | |
tree | 974f638b403814c9a0b27b62d8b36af36c50133f | |
parent | 98b19f0623b45954515749e84d47316b5fedf69b (diff) | |
download | ansible-b4342d2ea479e7db28d0e5f2ff73e964cdb94520.tar.gz |
Add verbosity option to debug statement
-rw-r--r-- | test/integration/targets/yum/tasks/yum_group_remove.yml | 4 |
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: |