Skip to content
Snippets Groups Projects
Verified Commit f6af8965 authored by Leonidas Spyropoulos's avatar Leonidas Spyropoulos
Browse files

aurweb: disable Keyring

Required for poetry 1.2 until #1917 is fixed

https://github.com/python-poetry/poetry/issues/1917



Signed-off-by: default avatarLeonidas Spyropoulos <artafinde@archlinux.org>
parent d04d28c3
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !626. Comments created here will be created in the context of that merge request.
......@@ -177,6 +177,7 @@
chdir: "{{ aurweb_dir }}"
environment:
POETRY_VIRTUALENVS_IN_PROJECT: "true"
PYTHON_KEYRING_BACKEND: "keyring.backends.null.Keyring"
become: true
become_user: "{{ aurweb_user }}"
when: release.changed or aurweb_installed.rc != 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment