mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 05:43:09 +00:00
* Set LMDB_PURE to prevent lmdb install trying to patch a system library.
* Fix name.
(cherry picked from commit b36f77515c)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
- name: Install LMDB Python package
|
||||
pip:
|
||||
name: lmdb
|
||||
environment:
|
||||
LMDB_PURE: "1"
|
||||
- name: Setup test data
|
||||
script: test_db.py
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user