From 59d9fda775af6bc784a763bc1cd8288fd38f5ae7 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sat, 21 Nov 2015 17:42:26 -0500 Subject: [PATCH] Remove unused file Signed-off-by: Paul Belanger --- tasks/main.yaml | 3 --- vars/zuul.yaml | 14 -------------- 2 files changed, 17 deletions(-) delete mode 100644 vars/zuul.yaml diff --git a/tasks/main.yaml b/tasks/main.yaml index ea0ef4c..77b2d92 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -15,9 +15,6 @@ - name: Include OS-specific variables. include_vars: "{{ ansible_os_family }}.yaml" -- name: Include zuul configuration defaults. - include_vars: zuul.yaml - - include: install.yaml sudo: yes diff --git a/vars/zuul.yaml b/vars/zuul.yaml deleted file mode 100644 index ca41d99..0000000 --- a/vars/zuul.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 2015 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. ----