Skip to content

Commit

Permalink
Less veerbosity by default (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab85 authored Mar 10, 2022
1 parent fb9af8f commit c2bdc7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/main-blivet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
- name: show storage_pools
debug:
var: storage_pools
verbosity: 1

- name: show storage_volumes
debug:
var: storage_volumes
verbosity: 1

- name: get required packages
blivet:
Expand Down Expand Up @@ -107,6 +109,7 @@
- name: show blivet_output
debug:
var: blivet_output
verbosity: 1

- name: set the list of pools for test verification
set_fact:
Expand Down

0 comments on commit c2bdc7c

Please sign in to comment.