Explorar el Código

new apt module format

master
padre
commit
9412b54504
Se han modificado 1 ficheros con 4 adiciones y 6 borrados
  1. +4
    -6
      tasks/setup_Debian.yml

+ 4
- 6
tasks/setup_Debian.yml Ver fichero

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

- name: install apt packages
apt:
pkg: "{{item}}"
state: present
with_items:
- nginx
- nginx-light
- ssl-cert
pkg:
- nginx
- nginx-light
- ssl-cert

- name: remove default page
file:


Cargando…
Cancelar
Guardar