Getting the Absolute Path of a Remote Directory in Ansible 9/20/2023 There is no builtin way to convert a relative path to an absolute path in ansible. However we can use the readlink command for this. ansible bash dev linux Read More...