Skip to content

Comments

match the whole path when detecting ansible files#883

Open
evgeni wants to merge 1 commit intosheerun:masterfrom
evgeni:ansible-dirs
Open

match the whole path when detecting ansible files#883
evgeni wants to merge 1 commit intosheerun:masterfrom
evgeni:ansible-dirs

Conversation

@evgeni
Copy link

@evgeni evgeni commented Feb 19, 2026

  1. the . is not interpreted as "any char" like in a regex, so replace it with a / to match roles/handlers/tasks directories
  2. sometimes the roles/handlers/tasks are in a sub-directory, so add a */ in front of those

1. the `.` is not interpreted as "any char" like in a regex, so replace
   it with a `/` to match roles/handlers/tasks directories
2. sometimes the roles/handlers/tasks are in a sub-directory, so add a
   `*/` in front of those
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant