Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
viczem committed Aug 8, 2022
1 parent ad823aa commit da0e5f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ The UNIX socket file is stored in a temporary folder according to OS.

## Installation

Requirements: `python 3`, `pykeepass==4.0.2`
Requirements: `python 3`, `pykeepass==4.0.3`

pip install 'pykeepass==4.0.2' --user
pip install 'pykeepass==4.0.3' --user
ansible-galaxy install viczem.keepass


Expand Down
31 changes: 0 additions & 31 deletions plugins/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/lookup/keepass.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
DOCUMENTATION = """
lookup: keepass
author: Victor Zemtsov <viczem.dev@gmail.com>
version_added: '0.4.1'
version_added: '0.5.0'
short_description: Fetching data from KeePass file
description:
- This lookup returns a value of a property of a KeePass entry
Expand Down

0 comments on commit da0e5f1

Please sign in to comment.