Explorar el Código

package dependency for json_query

master
padre
commit
00e9fb6c9c
Se han modificado 1 ficheros con 3 adiciones y 6 borrados
  1. +3
    -6
      tasks/setup_Debian.yml

+ 3
- 6
tasks/setup_Debian.yml Ver fichero

@@ -1,15 +1,12 @@
---

- name: install ansible
apt:
pkg: ansible
state: present

- name: install other tools
- name: install packages
apt:
pkg: "{{item}}"
state: present
with_items:
- ansible
- ipv6calc
- uuid
- git
- python-jmespath

Cargando…
Cancelar
Guardar