From 4acd0de8f0dad06fb2229c36677f604f89eb44df Mon Sep 17 00:00:00 2001 From: Jerry Chong Date: Wed, 18 Oct 2017 18:08:29 +0800 Subject: [PATCH] Remove extraneous comment block (#31865) --- lib/ansible/cli/doc.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/ansible/cli/doc.py b/lib/ansible/cli/doc.py index 407904b74c..1a98a19c75 100644 --- a/lib/ansible/cli/doc.py +++ b/lib/ansible/cli/doc.py @@ -12,9 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -# -# ansible-vault is a script that encrypts/decrypts YAML files. See -# http://docs.ansible.com/playbooks_vault.html for more details. from __future__ import (absolute_import, division, print_function) __metaclass__ = type