Commit cc26a73
authored
Tune down Ansible Verbosity (#337)
While sometimes it's really helpful to have a high verbosity, most of
the time it's just overwhelming or plain annoying.
I haven't found a way to use a variable to set verbosity on a more
global space. So I left in the code but as a comment. Please feel free
to provide an alternative solution so we can tune it more elegantly.1 parent 564ff9b commit cc26a73
File tree
2 files changed
+8
-4
lines changed- molecule
- elasticsearch_test_modules
- elasticstack_default
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
0 commit comments