Commit 1d50f689 by Fred Smith

install mongo utils

parent a514fb9c
...@@ -43,15 +43,18 @@ ...@@ -43,15 +43,18 @@
tags: tags:
- install:system-requirements - install:system-requirements
- name: install mongo shell - name: install mongo shell and tools
apt: apt:
pkg: mongodb-org-shell={{ mongo_version }} pkg: {{ item }}={{ mongo_version }}
state: present state: present
install_recommends: yes install_recommends: yes
force: yes force: yes
update_cache: yes update_cache: yes
tags: tags:
- install:system-requirements - install:system-requirements
with_items:
- mongo-org-shell
- mongo-org-tools
- name: install python packages - name: install python packages
pip: 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