Update to 2022-02-27 13:00

This commit is contained in:
Daniel Berteaud
2022-02-27 13:00:07 +01:00
parent d97344a846
commit d406dc8c77
6 changed files with 22 additions and 19 deletions

View File

@@ -14,8 +14,9 @@
# We install from pip because pymongo available in repo for both EL7 and EL8 is too old
# it doesn't support CRAM-SHA-256 for example
# But pymongo 4 isn't yet working with ansible, so install latest 3.x version
- name: Install pymongo
pip: name=pymongo state=latest
pip: name=pymongo==3.12.3 state=present
tags: mongo
- name: Create data dir