vmacarios / devcontainer

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

Create volume for ansible-galaxy modules #23

Closed vmacarios closed 1 week ago

vmacarios commented 1 week ago

To avoid installing the ansible-galaxy modules every time devcontainer is restarted, a volume shall be mapped to: ${HOME}/.ansible/collections/ansible_collections

vmacarios commented 1 week ago

Makefile and documentation have been updated to include a dedicated volume for ansible-galaxy modules