mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Installed python-panda via pacman
This commit is contained in:
parent
70593e5830
commit
28df10ef4b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user