Ver código fonte

Move installation of 'patch' package into the actual role

merge-requests/1/merge
Christoph Haas 10 anos atrás
pai
commit
894280ce6e
2 arquivos alterados com 1 adições e 4 exclusões
  1. +0
    -4
      .gitlab-ci.yml
  2. +1
    -0
      roles/ispmail-packages/tasks/main.yml

+ 0
- 4
.gitlab-ci.yml Ver arquivo

@@ -1,9 +1,5 @@
image: williamyeh/ansible:debian8

before_script:
- apt-get update
- apt-get -y install patch

variables:
HOSTNAME: default.example.org



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

@@ -14,6 +14,7 @@
- spamass-milter
- spamassassin
- pwgen
- patch
- name: purge Exim installation
apt: name={{item}} state=absent purge=yes
with_items:


Carregando…
Cancelar
Salvar