fix: remove workaround around split-gpg2 hang

Fix: https://github.com/ben-grande/qusal/issues/110
This commit is contained in:
Ben Grande 2025-01-17 11:05:36 +01:00
parent 12d6d69ff4
commit de5937fd8a
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
9 changed files with 17 additions and 28 deletions

View file

@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-FileCopyrightText: 2024 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-License-Identifier: AGPL-3.0-or-later
#}
@ -35,10 +35,9 @@ include:
cmd.run:
- require:
- file: "{{ slsdotpath }}-save-keys"
- name: gpg --status-fd=2 --homedir . --import download/*.asc
- name: gpg --homedir . --import download/*.asc
- cwd: /home/user/.gnupg/bitcoin
- runas: user
- success_stderr: IMPORT_OK
"{{ slsdotpath }}-import-ownertrust":
cmd.run: