Skip to content

Commit cc26a73

Browse files
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

2 files changed

+8
-4
lines changed

molecule/elasticsearch_test_modules/molecule.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ platforms:
1818
pre_build_image: true
1919
provisioner:
2020
name: ansible
21-
env:
22-
ANSIBLE_VERBOSITY: 3
21+
# Just enable temporarily. Sometimes it's useful, but most of the time it's
22+
# overwhelming
23+
#env:
24+
# ANSIBLE_VERBOSITY: 3
2325
verifier:
2426
name: ansible

molecule/elasticstack_default/molecule.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ platforms:
3232
pre_build_image: true
3333
provisioner:
3434
name: ansible
35-
env:
36-
ANSIBLE_VERBOSITY: 3
35+
# Just enable temporarily. Sometimes it's useful, but most of the time it's
36+
# overwhelming
37+
#env:
38+
# ANSIBLE_VERBOSITY: 3
3739
verifier:
3840
name: ansible

0 commit comments

Comments
 (0)