Explorar el Código

new apt module format

master
padre
commit
d37e13b7a4
Se han modificado 1 ficheros con 4 adiciones y 5 borrados
  1. +4
    -5
      tasks/deploy.yml

+ 4
- 5
tasks/deploy.yml Ver fichero

@@ -1,11 +1,10 @@
---
- name: debian packages
apt:
pkg: "{{item}}"
with_items:
- ca-certificates
- git
- golang
pkg:
- ca-certificates
- git
- golang

- name: download gitea
get_url:


Cargando…
Cancelar
Guardar