Advertisement
Guest User

Untitled

a guest
Nov 16th, 2015
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.49 KB | None | 0 0
  1. --- lib/python2.7/site-packages/tower/api/deploy.py.orig        2015-11-13 16:00:30.000000000 +0300
  2. +++ lib/python2.7/site-packages/tower/api/deploy.py     2015-11-13 17:03:08.488393616 +0300
  3. @@ -76,6 +76,7 @@
  4.              ],
  5.              env={
  6.                  "NOC_ENV": str(self.env.name),
  7. +                "SSH_AUTH_SOCK": os.environ["SSH_AUTH_SOCK"],
  8.                  "ANSIBLE_SSH_CONTROL_PATH": ansible_ssh_cp,
  9.                  "ANSIBLE_REMOTE_TEMP": "/tmp/${USER}/ansible"
  10.              },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement