From 7ae84b8eaa2d498f103a69f96311d553b11eb544 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 29 Nov 2015 18:26:06 +0100 Subject: [PATCH] Yet... trying to install via Ansible locally --- .gitlab-ci.yml | 5 ----- hosts | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8063f28..65410bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,5 @@ image: williamyeh/ansible:debian8 -#before_script: -# - apt-get update -qy -# - apt-get install -y python-dev python-pip -# - pip install ansible - variables: HOSTNAME: default.example.org diff --git a/hosts b/hosts index 3a7daa1..6ddcb12 100644 --- a/hosts +++ b/hosts @@ -1,2 +1,3 @@ default +localhost ansible_connection=local