Explorar el Código

Run an "apt-get update" before trying to install packages.

Otherwise Vagrant shows 404s.
merge-requests/1/merge
Christoph Haas hace 10 años
padre
commit
5340c40955
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/ispmail-packages/tasks/main.yml

+ 1
- 1
roles/ispmail-packages/tasks/main.yml Ver fichero

@@ -1,6 +1,6 @@
---
- name: install required binary packages
apt: name={{item}} state=installed
apt: name={{item}} state=installed update_cache=yes
with_items:
- mysql-server
- postfix


Cargando…
Cancelar
Guardar