Hi,
I have something like this
I can see the value in the object walker
| | $evm.root['miq_provision'].options[:dialog_password] = test-1 (type: String
But it is not passed to the playbook
INFO -- : Q-task_id([miq_provision_1000000000228]) Invoking [playbook] method [/TALMER/Infrastructure/VM/Provisioning/StateMachines/Methods/change_root_password] with inputs [{"password"=>""}]
Is there any way to pass the values from the dialog inside the embedded ansible call? This must be done as a part of provisioning process and must be non interactively.