Ansible - when conditional not working for vars_prompt at playbook level
问题 ansible 2.1.2.0 I have a situation here for which I'm trying to check with you all to see if the solution is even possible with Ansible vars_prompt feature and when conditional. Ansible has this feature called: vars_prompt and I want to club this with the when conditional ( when: ... which we generally use in tasks at task or playbook level actions) PS: My question is different than this post : Ansible to Conditionally Prompt for a Variable? i.e. my vars: variables are not dependent upon any