Installed python-panda via pacman

This commit is contained in:
Kevin Veen-Birkenbach 2023-08-07 23:02:22 +02:00
parent 70593e5830
commit 28df10ef4b

View File

@ -1,6 +1,9 @@
- name: install pandas python package
pip:
name: pandas
- name: install pandas system wide
community.general.pacman:
name:
- lsof
- python-pandas
state: present
- name: pull docker-volume-backup.git
git: