Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows - Fix issues with glob like path chars - 2.7 #53846

Merged
merged 6 commits into from Mar 18, 2019

Commits on Mar 16, 2019

  1. win_tempfile - return absolute path on created temp file (ansible#53827)

    * win_tempfile - return absolute path on created temp file
    
    * Fix tests for CI
    
    (cherry picked from commit 4f9de45)
    
    8
    jborean93 committed Mar 16, 2019
    Copy the full SHA
    73eae44 View commit details
    Browse the repository at this point in the history
  2. win_acl - fix glob file paths (ansible#53828)

    (cherry picked from commit aba6f5f)
    jborean93 committed Mar 16, 2019
    Copy the full SHA
    2a543e6 View commit details
    Browse the repository at this point in the history
  3. win_acl_inheritance - fix glob like paths (ansible#53829)

    (cherry picked from commit 3cfa71b)
    jborean93 committed Mar 16, 2019
    Copy the full SHA
    e58ea13 View commit details
    Browse the repository at this point in the history
  4. win_owner - fix glob like paths (ansible#53830)

    * win_owner - fix glob like paths
    
    * Fix issues on older PS versions
    
    (cherry picked from commit d063cef)
    jborean93 committed Mar 16, 2019
    Copy the full SHA
    936abfd View commit details
    Browse the repository at this point in the history
  5. win_slurp - fix glob like paths (ansible#53831)

    (cherry picked from commit d00418c)
    jborean93 committed Mar 16, 2019
    Copy the full SHA
    5ab5b55 View commit details
    Browse the repository at this point in the history
  6. windows - Fix module utils with glob paths (ansible#53835)

    * windows - Fix module utils with glob paths
    
    * fix link util tests when using DOS 8.3 paths
    
    (cherry picked from commit 980ca56)
    jborean93 committed Mar 16, 2019
    Copy the full SHA
    5099b79 View commit details
    Browse the repository at this point in the history