pip packages (#97)
pip packages typo Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#97 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
08fc1ee1b6
commit
c0f0319014
2 changed files with 5 additions and 5 deletions
|
@ -2,10 +2,11 @@
|
|||
### geerlingguy.pip
|
||||
pip_package: python3-pip
|
||||
pip_install_packages:
|
||||
- name: pykeepass==3.2.1
|
||||
- name: jinja2>=2.11.2
|
||||
- name: pykeepass
|
||||
version: "3.2.1"
|
||||
- name: Jinja2
|
||||
version: "2.11.2"
|
||||
- name: markupsafe
|
||||
- name: ansible-playbook-grapher
|
||||
### geerlingguy.ansible
|
||||
ansible_install_method: pip
|
||||
ansible_install_version_pip: '2.10'
|
||||
|
@ -13,5 +14,4 @@
|
|||
restic_folders_to_backup: "/usr/local /etc /root /home"
|
||||
### mgrote.apt_install_packages
|
||||
programs_extra:
|
||||
- graphviz # für ansible-playbook-grapher
|
||||
- sshpass
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
ansible.builtin.apt:
|
||||
update_cache: yes
|
||||
|
||||
- name: updated installed packages
|
||||
- name: update installed packages
|
||||
become: yes
|
||||
ansible.builtin.package:
|
||||
upgrade: dist
|
||||
|
|
Loading…
Reference in a new issue