Explorar el Código

apt module format

master
padre
commit
5de6864d2e
Se han modificado 1 ficheros con 3 adiciones y 5 borrados
  1. +3
    -5
      tasks/main.yml

+ 3
- 5
tasks/main.yml Ver fichero

@@ -2,12 +2,10 @@

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

- name: unmount filesystems
mount:


Cargando…
Cancelar
Guardar