Skip to content

Commit

Permalink
Remove nephelaiio.mongodb_repo dependency (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Nov 7, 2023
1 parent 51bed94 commit 577b702
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ galaxy_info:

dependencies:
- role: nephelaiio.plugins
- role: nephelaiio.mongodb_repo
when: false
1 change: 1 addition & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
hosts: mongos
become: true
roles:
- nephelaiio.mongodb_repo
- nephelaiio.mongos
vars:
mongos_replicaset_config_members: "{{ groups['config'] | map('extract', hostvars, ['ansible_default_ipv4', 'address']) }}"
4 changes: 0 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---
- name: Install mongodb repo
ansible.builtin.include_role:
name: nephelaiio.mongodb_repo

- name: Install packages
ansible.builtin.package:
name: "{{ mongos_package_name }}"
Expand Down

0 comments on commit 577b702

Please sign in to comment.