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:
Michael Grote 2021-05-19 13:08:27 +02:00
parent 08fc1ee1b6
commit c0f0319014
2 changed files with 5 additions and 5 deletions

View file

@ -2,10 +2,11 @@
### geerlingguy.pip ### geerlingguy.pip
pip_package: python3-pip pip_package: python3-pip
pip_install_packages: pip_install_packages:
- name: pykeepass==3.2.1 - name: pykeepass
- name: jinja2>=2.11.2 version: "3.2.1"
- name: Jinja2
version: "2.11.2"
- name: markupsafe - name: markupsafe
- name: ansible-playbook-grapher
### geerlingguy.ansible ### geerlingguy.ansible
ansible_install_method: pip ansible_install_method: pip
ansible_install_version_pip: '2.10' ansible_install_version_pip: '2.10'
@ -13,5 +14,4 @@
restic_folders_to_backup: "/usr/local /etc /root /home" restic_folders_to_backup: "/usr/local /etc /root /home"
### mgrote.apt_install_packages ### mgrote.apt_install_packages
programs_extra: programs_extra:
- graphviz # für ansible-playbook-grapher
- sshpass - sshpass

View file

@ -4,7 +4,7 @@
ansible.builtin.apt: ansible.builtin.apt:
update_cache: yes update_cache: yes
- name: updated installed packages - name: update installed packages
become: yes become: yes
ansible.builtin.package: ansible.builtin.package:
upgrade: dist upgrade: dist