how to pass variable for find in ansible code example
Example: passing variables on command line for ansible
ansible-playbook release.yml --extra-vars "version=1.23.45 other_variable=foo"
ansible-playbook release.yml --extra-vars "version=1.23.45 other_variable=foo"