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

Fix fileglob when using 'file*' vs 'stuff/file*' (#68945) #69002

Merged
merged 1 commit into from
May 6, 2020

Conversation

bcoca
Copy link
Member

@bcoca bcoca commented Apr 17, 2020

  • Fix fileglob when using 'file*' vs 'stuff/file*'

when not having dir in glob, files/ subdir was being ignored.

  • tests for fileglob

(cherry picked from commit d3cab60)

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

lookups/fileglob

Backport of #68945

* Fix fileglob when using 'file*' vs 'stuff/file*'

 when not having dir in glob, files/ subdir was being ignored.

* tests for fileglob

(cherry picked from commit d3cab60)
@bcoca bcoca added backport_verified This PR has been verified as a backport of a merged devel PR. bug This issue/PR relates to a bug. support:core This issue/PR relates to code supported by the Ansible Engineering Team. backport This PR does not target the devel branch. and removed backport_verified This PR has been verified as a backport of a merged devel PR. labels Apr 21, 2020
@ansibot ansibot added affects_2.9 This issue/PR affects Ansible v2.9 core_review In order to be merged, this PR must follow the core review workflow. has_issue support:community This issue/PR relates to code supported by the Ansible community. stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. labels Apr 24, 2020
@mattclay mattclay added the backport_verified This PR has been verified as a backport of a merged devel PR. label May 6, 2020
@mattclay mattclay merged commit f8a5377 into ansible:stable-2.9 May 6, 2020
@bcoca bcoca deleted the fileglob_fixes_b branch May 6, 2020 14:02
@ansible ansible locked and limited conversation to collaborators Jun 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.9 This issue/PR affects Ansible v2.9 backport_verified This PR has been verified as a backport of a merged devel PR. backport This PR does not target the devel branch. bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. has_issue stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants