Explorar el Código

apt module format

master
padre
commit
28767ccfef
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. +2
    -4
      tasks/main.yml

+ 2
- 4
tasks/main.yml Ver fichero

@@ -5,10 +5,8 @@

- name: debian apt install packages
apt:
pkg: "{{ item }}"
state: installed
with_items:
- lvm2
pkg:
- lvm2
when: ansible_os_family == "Debian"

- name: logical volumes


Cargando…
Cancelar
Guardar