diff --git a/inventory_plugins/reconstructed.py b/inventory_plugins/reconstructed.py index 5ed978a..f83519c 100644 --- a/inventory_plugins/reconstructed.py +++ b/inventory_plugins/reconstructed.py @@ -565,6 +565,7 @@ class RcInstruction(abc.ABC): if self._condition is None: return True t = self._templar + t.available_variables = variables template = "%s%s%s" % ( t.environment.variable_start_string, self._condition,