Commit 1d50f689 by Fred Smith

install mongo utils

parent a514fb9c
......@@ -43,15 +43,18 @@
tags:
- install:system-requirements
- name: install mongo shell
- name: install mongo shell and tools
apt:
pkg: mongodb-org-shell={{ mongo_version }}
pkg: {{ item }}={{ mongo_version }}
state: present
install_recommends: yes
force: yes
update_cache: yes
tags:
- install:system-requirements
with_items:
- mongo-org-shell
- mongo-org-tools
- name: install python packages
pip:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment