Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

Dev VM initialization playbook crashes

There are several problems with the playbook used in the Dev VM initialization README:

  1. 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
  2. The install Python Poetry step fails because the python3-venv package is not installed at that point
  3. The Ensures optic dev installed step fails because ansible cannot find the npm executable. Probably because the PATH is not refreshed (source ~/.bashrc).