Hi,
I created a custom module for one role that receives path to some files and directories (either relative to the role or to the root playbook).
How can I get an absolute path to them, so that they can be opened inside the module?
Module runs locally.