Is there a variable I can utilize that references the root of the project? #4465
Unanswered
paulcalabro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a base config that specifies playbooks for destroy, create, converge, and verify actions.
Those playbooks are in
<project_root>/extensions/molecule/resources/playbooks
.I also have roles at
<project_root>/roles
and each role within contains amolecule
directory that contains amolecule.yml
. These configs are merged with the base config.Is there a variable that I can use to refer to the root of the project so I don't need use relative paths for the paths to those playbooks in the base config (i.e. avoid
.../../playbooks/create.yml
)?Beta Was this translation helpful? Give feedback.
All reactions