mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-02-27 13:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user