Removing duplicate lib path in ansible_path 49/42649/3
authorDan Radez <dradez@redhat.com>
Thu, 21 Sep 2017 12:33:33 +0000 (08:33 -0400)
committerDan Radez <dradez@redhat.com>
Thu, 21 Sep 2017 12:43:51 +0000 (08:43 -0400)
commitfae35267b18d246350ace0e38c41c307bec73894
treeaed4c80a61e406e9c3c95917c6a350bb9aa69a8c
parentd76b7e53517116a4b5cbe10dbf69a1a82e9b9a41
Removing duplicate lib path in ansible_path

- deploy line 283 lib is joined with ANSIBLE_PATH
  then line 285, 347, 418 and 435 it was joined again with
  ansible_path from 283 already containing lib

Change-Id: I6612967d626eeb0668eb43294831447c387f8e93
Signed-off-by: Dan Radez <dradez@redhat.com>
apex/deploy.py