summaryrefslogtreecommitdiffstats
path: root/roles/gpg/meta/argument_specs.yml
blob: f02299bc3d3842bc9ec3008eccb76fa9d65ec583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
argument_specs:
  main:
    short_description: "Install gpg and pinentry packages"
    description: "Install gpg and pinentry packages"
    options:
      gpg_public_keys:
        type: "list"
        elements: "str"
        required: false
        description: "List of GPG public keys (ASCII armored) to import"