Skip to content

Commit

Permalink
Adds break system packages flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmeister committed Jul 25, 2024
1 parent 7a4af98 commit 093874e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions roles/mongodb_auth/molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
- name: Install pymongo
pip:
name: pymongo
when:
- ansible_hostname != "debian12"
break_system_packages: true # naughty

- name: Enable mongo auth
include_role:
Expand Down
1 change: 0 additions & 1 deletion roles/mongodb_auth/molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
- python3-packaging
debian_packages:
- net-tools
- python3-pymongo
tasks:

- name: Ensure epel is available
Expand Down

0 comments on commit 093874e

Please sign in to comment.