I’m not sure if this is a bug or intended behavior.
If I have the following playbook (the database_url variable actually lives in a separate var file):
`
I’m not sure if this is a bug or intended behavior.
If I have the following playbook (the database_url variable actually lives in a separate var file):
`
environment is a reserved keyword, you should not be using it as a
variable name.
Wow. My bad.
Changing it to env makes everything work. Thanks for pointing that out!