Hi! I have an ansible playbook that looks something like the one below (edited for brevity). I have another CloudFormation stack created by another process outside my control that creates many common references. Is there a way to make “common_stack” a variable such that “{{ common_stack.stack_outputs. }}” behaves as though the other stack had been created inside this playbook? I have the ARN and stack name, if that helps. If not, how have others solved this problem? Best, Vincent