Browse Source

Update .gitlab-ci.yml

merge-requests/1/merge
Christoph Haas 6 years ago
parent
commit
4f4eb7c18f
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .gitlab-ci.yml

+ 4
- 1
.gitlab-ci.yml View File

@@ -2,4 +2,7 @@ image: williamyeh/ansible:debian8

job1:
script: "ansible-playbook ispmail.yml -l localhost"

tags:
- debian
- buster
- ansible

Loading…
Cancel
Save