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

Except not working with for_each and include_sub_dirs #47

Open
TheSgrash opened this issue Dec 14, 2021 · 1 comment
Open

Except not working with for_each and include_sub_dirs #47

TheSgrash opened this issue Dec 14, 2021 · 1 comment

Comments

@TheSgrash
Copy link

Hi folks,
testing aviator behaviour and going through the code I noticed that the except piece isn't into account when include_sub_dirs is present. Example:

- base: base.yml
  for_each:
    in: configs
    include_sub_dirs: true
    regexp: ".*.yml"
    except: [test.yml]
  to_dir: ++tmp/base_output/++

This can be solved with #46
@herrjulz can you review pls?

@TheSgrash
Copy link
Author

#46 has been merged... can we have a new release pls @herrjulz ?

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

No branches or pull requests

1 participant