Skip to content

Commit

Permalink
Crank up verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
Serienmorder committed Apr 28, 2020
1 parent fa1ce3b commit 6bcfa91
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 3 deletions.
2 changes: 2 additions & 0 deletions molecule/default-centos7/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ platforms:

provisioner:
name: ansible
options:
vvv: True

scenario:
check_sequence:
Expand Down
3 changes: 2 additions & 1 deletion molecule/default-centos8/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ platforms:

provisioner:
name: ansible

options:
vvv: True
scenario:
check_sequence:
- destroy
Expand Down
3 changes: 2 additions & 1 deletion molecule/default-debian_buster/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ platforms:

provisioner:
name: ansible

options:
vvv: True
scenario:
check_sequence:
- destroy
Expand Down
2 changes: 2 additions & 0 deletions molecule/default-debian_stretch/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ platforms:

provisioner:
name: ansible
options:
vvv: True

scenario:
check_sequence:
Expand Down
2 changes: 2 additions & 0 deletions molecule/default-ubuntu_16.04/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ platforms:

provisioner:
name: ansible
options:
vvv: True

scenario:
check_sequence:
Expand Down
2 changes: 2 additions & 0 deletions molecule/default-ubuntu_18.04/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ platforms:

provisioner:
name: ansible
options:
vvv: True

scenario:
check_sequence:
Expand Down
3 changes: 2 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ platforms:

provisioner:
name: ansible

options:
vvv: True
scenario:
check_sequence:
- destroy
Expand Down

0 comments on commit 6bcfa91

Please sign in to comment.