Ver código fonte

use pip3

master
pai
commit
5eaf209fb1
1 arquivos alterados com 6 adições e 0 exclusões
  1. +6
    -0
      tasks/main.yaml

+ 6
- 0
tasks/main.yaml Ver arquivo

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

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

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

Carregando…
Cancelar
Salvar