Dev VM initialization playbook crashes
There are several problems with the playbook used in the Dev VM initialization README:
- The proxy_username secret is absent from group_vars/all/secret.example.ymlhttps://code.europa.eu/digit-c4/dev/ansible-collection/-/blob/main/example/group_vars/all/secret.example.yml?ref_type=heads although it is necessary. I already created a merge request to fix that
- The install Python Poetry step fails because the python3-venv package is not installed at that point
- The Ensures optic dev installed step fails because ansible cannot find the npm executable. Probably because the PATH is not refreshed (
source ~/.bashrc).