Replies: 2 comments
-
|
Note that I'm pretty sure it worked fine in some 2.16 release. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Fixed in v2.17.8 (38d2d2a) |
Beta Was this translation helpful? Give feedback.
0 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.
-
I've defined a "target" variable matcher in an integration: it's correctly extracted, but it seems it does NOT override what is defined in the Variable Group (it is defined with empty value).
I use the target var as "hosts" in the playbook (hosts: {{ target }}), and it is always blank (""): if I rename the integration variable to "itarget" for example, it is correctly passed in --extra-vars.
Note that I use the same variable as a Survey Variable in the template, and it works fine.
Shouldn't variables extracted via integration behave the same way?
Beta Was this translation helpful? Give feedback.
All reactions