mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 04:31:13 +01:00
Added required software
This commit is contained in:
parent
ce95550185
commit
52873c2e75
@ -1,8 +1,9 @@
|
|||||||
- name: install pandas system wide
|
- name: install required software
|
||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
name:
|
name:
|
||||||
- lsof
|
- lsof
|
||||||
- python-pandas
|
- python-pandas
|
||||||
|
- jq
|
||||||
state: present
|
state: present
|
||||||
when: run_once_backup_docker_to_local is not defined
|
when: run_once_backup_docker_to_local is not defined
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user