You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be useful to be able to conditionally include a file or directory.
Not sure if the following is the right approach or valid yaml but I’m thinking something along the lines of:
- !include “mac.yaml”
if: eq .OS “darwin”
This behavior can technically already be accomplished by using an if statement on all of the items in mac.yaml individually, but I think this approach would be much cleaner and provide some more flexibility.
The text was updated successfully, but these errors were encountered:
Code of Conduct
What would you like to see changed/added?
I think it would be useful to be able to conditionally include a file or directory.
Not sure if the following is the right approach or valid yaml but I’m thinking something along the lines of:
This behavior can technically already be accomplished by using an if statement on all of the items in
mac.yaml
individually, but I think this approach would be much cleaner and provide some more flexibility.The text was updated successfully, but these errors were encountered: