Browse Source

use pip3

master
parent
commit
5eaf209fb1
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      tasks/main.yaml

+ 6
- 0
tasks/main.yaml View File

@@ -1,5 +1,11 @@
---

- name: debian packages
apt:
pkg:
- python3-pip

- pip:
name: youtube_dl
state: latest
executable: pip3

Loading…
Cancel
Save