ansible/test/integration/targets/lookup_lmdb_kv/dependencies.yml

11 lines
221 B
YAML
Raw Normal View History

2019-09-20 18:54:41 +02:00
---
- hosts: localhost
tasks:
- name: Install LMDB Python package
pip:
name: lmdb
- name: Setup test data
script: test_db.py
args:
executable: "{{ ansible_python.executable }}"