powershell - fix for ANSIBLE_KEEP_REMOTE_FILES on older Pythons (#45942)

This commit is contained in:
Jordan Borean
2018-09-21 10:03:57 +10:00
committed by GitHub
parent a7bf505474
commit ce515a626c
2 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- powershell - Fix issue where setting ANSIBLE_KEEP_REMOTE_FILES fails when using Python 2.6 - https://github.com/ansible/ansible/issues/45490