From 47bcdf5952b21277380cf14464f3a45d41ea0be7 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Mon, 24 Aug 2015 17:53:12 +0530 Subject: [PATCH] Remove incorrect copy-pasted comment --- lib/ansible/parsing/vault/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/ansible/parsing/vault/__init__.py b/lib/ansible/parsing/vault/__init__.py index 55346166b6a..306454cb8de 100644 --- a/lib/ansible/parsing/vault/__init__.py +++ b/lib/ansible/parsing/vault/__init__.py @@ -12,11 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -# -# ansible-pull is a script that runs ansible in local mode -# after checking out a playbooks directory from source repo. There is an -# example playbook to bootstrap this script in the examples/ dir which -# installs ansible and sets it up to run on cron. # Make coding more python3-ish from __future__ import (absolute_import, division, print_function)