add python-pymongo

This commit is contained in:
Robert Kaussow 2018-07-07 19:04:19 +02:00
parent 3d57f1c51d
commit 1e7c62316e

View File

@ -11,8 +11,11 @@
- name: Install package - name: Install package
package: package:
name: mongodb-org name: "{{ item }}"
state: present state: present
with_items:
- mongodb-org
- python-pymongo
- name: Create system group '{{ mongodb_system_group }}' - name: Create system group '{{ mongodb_system_group }}'
group: group: