diff --git a/README.md b/README.md index 306dabb..81a2563 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/plugins/README.md b/plugins/README.md deleted file mode 100644 index 775d977..0000000 --- a/plugins/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# Collections Plugins Directory - -This directory can be used to ship various plugins inside an Ansible collection. Each plugin is placed in a folder that -is named after the type of plugin it is in. It can also include the `module_utils` and `modules` directory that -would contain module utils and modules respectively. - -Here is an example directory of the majority of plugins currently supported by Ansible: - -``` -└── plugins - ├── action - ├── become - ├── cache - ├── callback - ├── cliconf - ├── connection - ├── filter - ├── httpapi - ├── inventory - ├── lookup - ├── module_utils - ├── modules - ├── netconf - ├── shell - ├── strategy - ├── terminal - ├── test - └── vars -``` - -A full list of plugin types can be found at [Working With Plugins](https://docs.ansible.com/ansible-core/2.12/plugins/plugins.html). diff --git a/plugins/lookup/keepass.py b/plugins/lookup/keepass.py index 11346f5..655c6a3 100644 --- a/plugins/lookup/keepass.py +++ b/plugins/lookup/keepass.py @@ -23,7 +23,7 @@ DOCUMENTATION = """ lookup: keepass author: Victor Zemtsov - 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