Added pandas

This commit is contained in:
Kevin Veen-Birkenbach 2022-01-23 22:01:21 +01:00
parent ab9300b035
commit 1d3cd1e388

View File

@ -1,3 +1,7 @@
- name: Install pandas python package
pip:
name: pandas
- name: pull docker-volume-backup.git
git:
repo: "https://github.com/kevinveenbirkenbach/docker-volume-backup.git"