how to get the name/path of the current playbook, beeing run
looking for something like a var:
ansible_playbook
ansible_current_playbook
how to get the name/path of the current playbook, beeing run
looking for something like a var:
ansible_playbook
ansible_current_playbook
I think it is “playbook_dir”. You can also get the path of the current role as “role_path”.
-Pete