OpenNebula / one-deploy

Apache License 2.0
23 stars 10 forks source link

Datastore role should use normpath instead of realpath #60

Closed sk4zuzu closed 3 months ago

sk4zuzu commented 3 months ago

Description From ansible docs: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/realpath_filter.html#synopsis

Filters always run on the controller so this path is resolved using the controller’s filesystem.

Datastore role incorrectly uses the realpath filter which may yield unpredictable results, it should be replaced with normpath filter or be removed altogether.

To Reproduce N/A

Expected behavior N/A

Details

Additional context N/A

Progress Status