Open devop123456 opened 3 years ago
Okay, I think I've got it. This is what is inserted in /etc/apt/sources.list.d/security_debian_org.list
:
deb http://security.debian.org/ stretch/updates ['main']
deb-src http://security.debian.org/ stretch/updates ['main']
Please note the brackets around main
.
This is actually not an issue for the deb, but it is for deb-src, apparently.
When removed, apt update works correctly.
This has to be addressed in the relative ansible playbook, as this file is generated.
Hi There, Did you do any modifications to environments/allinone_prod.yml? Are you running the ansible scripts from the same machine where you're installing IRMA?
Not fixed yet but seems to be an issue with python3/python2 (cf. https://github.com/quarkslab/irma/issues/74#issuecomment-778017254)
Hi, I'm running into this issue when installing IRMA using default settings and the command:
python irma-ansible.py environments/allinone_prod.yml playbooks/provisioning.yml
Output:
Any ideas?
Thanks.