mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +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
|
- name: install pandas system wide
|
||||||
pip:
|
community.general.pacman:
|
||||||
name: pandas
|
name:
|
||||||
|
- lsof
|
||||||
|
- python-pandas
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: pull docker-volume-backup.git
|
- name: pull docker-volume-backup.git
|
||||||
git:
|
git:
|
||||||
|
Loading…
Reference in New Issue
Block a user