Explorar el Código

new apt module format

master
padre
commit
3abb6cd898
Se han modificado 1 ficheros con 5 adiciones y 7 borrados
  1. +5
    -7
      tasks/setup.yaml

+ 5
- 7
tasks/setup.yaml Ver fichero

@@ -1,9 +1,7 @@
---
- name: install apt packages
- name: debian packages
apt:
pkg: "{{ item }}"
state: installed
with_items:
- live-build
- memtest86
- memtest86+
pkg:
- live-build
- memtest86
- memtest86+

Cargando…
Cancelar
Guardar