Skip to content
Snippets Groups Projects
Verified Commit 702df622 authored by nd's avatar nd
Browse files

install pip

parent c8881bb5
Branches
Tags 6.4.8
Loading
......@@ -3,9 +3,14 @@
git:
repo: 'https://git.cccv.de/infra/matrix-rssbot.git'
dest: /usr/local/bin/matrix-rssbot
become: yes
notify: restart matrix-rssbot
- name: install debian dependencies
apt:
pkg:
- python3-pip
- python3-setuptools
- name: install needed dependencies
pip:
requirements: /usr/local/bin/matrix-rssbot/requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment