!include a file thats several directories below

How can I perform a !include from this file:

  • config/packages/home/upstairs/diningroom.yaml
    to this file:
  • config/snippets/mpp_stations.yaml

Parent directory is represented by two dots, so…

!include ../../../snippets/mpp_stations.yaml

Thank you!

1 Like