mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
10
tests/integration/targets/lookup_lmdb_kv/dependencies.yml
Normal file
10
tests/integration/targets/lookup_lmdb_kv/dependencies.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: Install LMDB Python package
|
||||
pip:
|
||||
name: lmdb
|
||||
- name: Setup test data
|
||||
script: test_db.py
|
||||
args:
|
||||
executable: "{{ ansible_python.executable }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue