vmacarios / devcontainer

Encapsulated development environment to reduce the boilerplate to start developing.
0 stars 0 forks source link

Fix permission with ansible-galaxy colletions #28

Closed vmacarios closed 3 months ago

vmacarios commented 3 months ago

The permissions for the .ansible folder are incorrect, avoiding ansible to run properly

service@ef324cbcf216:/workspace$ ll ~/.ansible/collections/
total 12K
drwxr-xr-t 3 root    root    4.0K Jul  2 16:49 .
drwxr-xr-t 3 root    root    4.0K Jul  2 16:49 ..
drwxr-xr-x 2 service service 4.0K Jul  2 10:25 ansible_collections
vmacarios commented 3 months ago

The permissions have been fixed by creating the subdirectories and applying the correct permissions in the Dockefile