Skip to content

Commit

Permalink
Fix side effect test for install scenario (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Nov 14, 2023
1 parent c64c51e commit 09faba6
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: nephelaiio
name: mongodb
version: 0.0.15
version: 0.0.16
readme: README.md
authors:
- Ted Cook <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions molecule/common/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
ansible.builtin.apt:
update_cache: true
when: ansible_os_family == 'Debian'
changed_when: false

- name: Load kernel modules
hosts: localhost
Expand Down
2 changes: 1 addition & 1 deletion molecule/install/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ provisioner:
playbooks:
prepare: ../common/prepare.yml
converge: ../common/install.yml
side-effect: ../common/install.yml
side_effect: ../common/install.yml
verify: ../common/verify.yml
config_options:
defaults:
Expand Down
2 changes: 0 additions & 2 deletions molecule/offline/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ scenario:
- create
- prepare
- converge
- idempotence
- side_effect
- verify
- cleanup
- destroy
1 change: 0 additions & 1 deletion molecule/online/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ scenario:
- create
- prepare
- converge
- idempotence
- side_effect
- verify
- cleanup
Expand Down
1 change: 0 additions & 1 deletion molecule/restart/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ scenario:
- create
- prepare
- converge
- idempotence
- side_effect
- verify
- cleanup
Expand Down
2 changes: 0 additions & 2 deletions molecule/start/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ scenario:
- create
- prepare
- converge
- idempotence
- side_effect
- verify
- cleanup
- destroy
2 changes: 0 additions & 2 deletions molecule/stop/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ scenario:
- create
- prepare
- converge
- idempotence
- side_effect
- verify
- cleanup
- destroy

0 comments on commit 09faba6

Please sign in to comment.