Skip to content

Commit c622672

Browse files
committed
Fix README
1 parent ae19f7c commit c622672

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,18 @@ Use `ansible-vault encrypt_string` to encrypt it and use it like below
4040
$ANSIBLE_VAULT;1.1;AES256
4141
...encrypted password...
4242

43-
### Example
43+
### Examples
44+
45+
More examples see in [/docs/examples](/docs/examples).
46+
47+
#### Lookup
4448

4549
ansible_user : "{{ lookup('viczem.keepass.keepass', 'path/to/entry', 'username') }}"
4650
ansible_become_pass : "{{ lookup('viczem.keepass.keepass', 'path/to/entry', 'password') }}"
4751
custom_field : "{{ lookup('viczem.keepass.keepass', 'path/to/entry', 'custom_properties', 'a_custom_property_name') }}"
4852
attachment : "{{ lookup('viczem.keepass.keepass', 'path/to/entry', 'attachments', 'a_file_name') }}"
49-
53+
54+
#### Module
5055
- name: "Export file: attachment.txt"
5156
viczem.keepass.attachment:
5257
database: "{{ keepass_dbx }}"
@@ -55,8 +60,6 @@ Use `ansible-vault encrypt_string` to encrypt it and use it like below
5560
attachment: "attachment.txt"
5661
dest: "{{ keepass_attachment_1_name }}"
5762

58-
More examples see in [/docs/examples](/docs/examples).
59-
6063
## Contributing
6164

62-
See docs/contributing.
65+
See [/docs/contributing](docs/contributing).

0 commit comments

Comments
 (0)