From c5007cabcd5c04dbf21a8e639c12b875aeee2ec1 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 29 Nov 2015 21:27:13 +0100 Subject: [PATCH] Removed pointless HOSTNAME variable --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a9212b..43deda7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,5 @@ image: williamyeh/ansible:debian8 -variables: - HOSTNAME: default.example.org - job1: script: "ansible-playbook ispmail.yml -l localhost"