Skip to content

Commit

Permalink
Refactor mongodb_repo role evaluation (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Nov 7, 2023
1 parent d3a9cc9 commit 51bed94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ galaxy_info:
dependencies:
- role: nephelaiio.plugins
- role: nephelaiio.mongodb_repo
when: false
4 changes: 4 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- 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 51bed94

Please sign in to comment.