version in pip angepasst (#100)
version in pip angepasst Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#100 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
a8e76fa67a
commit
3c6f2f1c0f
1 changed files with 2 additions and 3 deletions
|
@ -3,9 +3,8 @@
|
||||||
pip_package: python3-pip
|
pip_package: python3-pip
|
||||||
pip_install_packages:
|
pip_install_packages:
|
||||||
- name: pykeepass
|
- name: pykeepass
|
||||||
version: "3.2.1"
|
version: 3.2.1
|
||||||
- name: Jinja2
|
- name: Jinja2>=2.11.2
|
||||||
version: "2.11.2"
|
|
||||||
- name: markupsafe
|
- name: markupsafe
|
||||||
### geerlingguy.ansible
|
### geerlingguy.ansible
|
||||||
ansible_install_method: pip
|
ansible_install_method: pip
|
||||||
|
|
Loading…
Reference in a new issue