mirror of
https://github.com/ben-grande/qusal.git
synced 2025-09-17 19:14:42 -04:00
fix: remove workaround around split-gpg2 hang
Fix: https://github.com/ben-grande/qusal/issues/110
This commit is contained in:
parent
12d6d69ff4
commit
de5937fd8a
9 changed files with 17 additions and 28 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue