Explorar el Código

add tools needed by ansible

master
padre
commit
460d72dc4e
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      tasks/setup_Debian.yml

+ 8
- 0
tasks/setup_Debian.yml Ver fichero

@@ -9,3 +9,11 @@
apt:
pkg: ansible
state: present

- name: install other tools
apt:
pkg: "{{item}}"
state: present
with_items:
- ipv6calc
- uuid

Cargando…
Cancelar
Guardar