I have a task that calls a root password from my vault.yml by adding it to the task as:
vars: ansible_become_pass:"{{ root }}"
However, I have to use it multiple times within my tasks/main.yml. Is is possible to add that variable once to vars/main.yml
Here is what my tasks/main.yml looks like:
`