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