Skip to content

Commit

Permalink
fix(molecule): turn up logging
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Jan 26, 2024
1 parent 481c2ea commit 4442a77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ platforms:
provisioner:
name: ansible
env:
ANSIBLE_VERBOSITY: 1
ANSIBLE_VERBOSITY: 3
playbooks:
converge: ../resources/converge.yml
side_effect: ../resources/reset.yml
Expand Down
2 changes: 1 addition & 1 deletion molecule/ipv6/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ platforms:
provisioner:
name: ansible
env:
ANSIBLE_VERBOSITY: 1
ANSIBLE_VERBOSITY: 3
playbooks:
converge: ../resources/converge.yml
side_effect: ../resources/reset.yml
Expand Down
2 changes: 1 addition & 1 deletion molecule/single_node/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ platforms:
provisioner:
name: ansible
env:
ANSIBLE_VERBOSITY: 1
ANSIBLE_VERBOSITY: 3
playbooks:
converge: ../resources/converge.yml
side_effect: ../resources/reset.yml
Expand Down

0 comments on commit 4442a77

Please sign in to comment.