Skip to content
Snippets Groups Projects
Verified Commit eb8c595f 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 c8db95bd
No related branches found
No related tags found
1 merge request!626aurweb: bump to v6.1.4
......@@ -177,6 +177,8 @@
chdir: "{{ aurweb_dir }}"
environment:
POETRY_VIRTUALENVS_IN_PROJECT: "true"
# https://github.com/python-poetry/poetry/issues/1917
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