Replies: 2 comments 9 replies
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
-
@tibz7 could you please add some details: why do you need it in an include? To be more specific, I don't quite get why would you need an include for a configuration managed by ansible. |
Beta Was this translation helpful? Give feedback.
8 replies
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'm trying to make a generic location that i want to be able to include in multiple domains, something like:
And I want to include that in each
server
block where i need it.The problem is that the role forces you to use the "hierarchy" so i end up writting:
which renders as
but that cannot be included in the server bloc. If I include it one level above, it does not work...
Beta Was this translation helpful? Give feedback.
All reactions