Browse Source

Yet... using localhost properly.

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

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

@@ -4,5 +4,5 @@ variables:
HOSTNAME: default.example.org HOSTNAME: default.example.org


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



Loading…
Cancel
Save