Added required software

This commit is contained in:
Kevin Veen-Birkenbach 2024-01-06 13:13:30 +01:00
parent ce95550185
commit 52873c2e75

View File

@ -1,8 +1,9 @@
- name: install pandas system wide
- name: install required software
community.general.pacman:
name:
- lsof
- python-pandas
- jq
state: present
when: run_once_backup_docker_to_local is not defined