diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-08 23:36:18 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-09 01:47:00 +0100 |
| commit | 32dcaee33824464d33bcadff78d3c2958d79e959 (patch) | |
| tree | 2f8f8bbeab4e52da3a2da3fbec853bad4a2653bf /roles/gpg/meta | |
| parent | 60d15b66150755c6b9ec415e45cb459fd3e646b8 (diff) | |
Add gpg public key import to gpg role
Diffstat (limited to 'roles/gpg/meta')
| -rw-r--r-- | roles/gpg/meta/argument_specs.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/roles/gpg/meta/argument_specs.yml b/roles/gpg/meta/argument_specs.yml index 040853f6..f02299bc 100644 --- a/roles/gpg/meta/argument_specs.yml +++ b/roles/gpg/meta/argument_specs.yml @@ -3,4 +3,9 @@ argument_specs: main: short_description: "Install gpg and pinentry packages" description: "Install gpg and pinentry packages" - options: {} + options: + gpg_public_keys: + type: "list" + elements: "str" + required: false + description: "List of GPG public keys (ASCII armored) to import" |
