summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2017-01-04 15:17:15 -0600
committerJames Cammarata <jimi@sngx.net>2017-01-04 15:17:15 -0600
commita0b4d37deaec59cca56aee98fafc74559333c5d3 (patch)
treec2f084f32895301818d5568811bad5a678a02556
parent92e8c538791c6181aa5a8e5a1bd8d0ba3fd49744 (diff)
downloadansible-a0b4d37deaec59cca56aee98fafc74559333c5d3.tar.gz
Removing unused files in playbook/ directory
-rw-r--r--lib/ansible/playbook/vars.py21
-rw-r--r--lib/ansible/playbook/vars_file.py21
2 files changed, 0 insertions, 42 deletions
diff --git a/lib/ansible/playbook/vars.py b/lib/ansible/playbook/vars.py
deleted file mode 100644
index 785fc45992..0000000000
--- a/lib/ansible/playbook/vars.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# (c) 2012-2014, Michael DeHaan <michael.dehaan@gmail.com>
-#
-# This file is part of Ansible
-#
-# Ansible is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# Ansible is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
-
-# Make coding more python3-ish
-from __future__ import (absolute_import, division, print_function)
-__metaclass__ = type
-
diff --git a/lib/ansible/playbook/vars_file.py b/lib/ansible/playbook/vars_file.py
deleted file mode 100644
index 785fc45992..0000000000
--- a/lib/ansible/playbook/vars_file.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# (c) 2012-2014, Michael DeHaan <michael.dehaan@gmail.com>
-#
-# This file is part of Ansible
-#
-# Ansible is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# Ansible is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
-
-# Make coding more python3-ish
-from __future__ import (absolute_import, division, print_function)
-__metaclass__ = type
-