Explorar el Código

use pip3

master
padre
commit
5eaf209fb1
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      tasks/main.yaml

+ 6
- 0
tasks/main.yaml Ver fichero

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

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

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

Cargando…
Cancelar
Guardar