From 18c86bc8140e1e9de4b8d710dd8068b655815a70 Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Wed, 18 Jan 2017 16:40:51 +0400 Subject: [PATCH] pip: fix example with egg specification (#20371) pip: fix example with egg specification --- lib/ansible/modules/packaging/language/pip.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/packaging/language/pip.py b/lib/ansible/modules/packaging/language/pip.py index ddf6e4af013..817ef3749a0 100755 --- a/lib/ansible/modules/packaging/language/pip.py +++ b/lib/ansible/modules/packaging/language/pip.py @@ -156,8 +156,7 @@ EXAMPLES = ''' # Install (MyApp) using one of the remote protocols (bzr+,hg+,git+,svn+). You do not have to supply '-e' option in extra_args. - pip: - name: svn+http://myrepo/svn/MyApp# - egg: MyApp' + name: svn+http://myrepo/svn/MyApp#egg=MyApp # Install MyApp using one of the remote protocols (bzr+,hg+,git+) in a non editable way. - pip: