rpm_key
Collection: builtin
Full Name: parallax.builtin.rpm_key
Aliases: ansible.builtin.rpm_key, rpm_key
Synopsis
Manage rpm key
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| key | string | yes | URL or file path to the GPG key to import or remove | |
| state | string | present | Whether the key should be present or absent Choices: present, absent | |
| fingerprint | string | The fingerprint of the GPG key; used to verify the key or identify a key for removal | ||
| validate_certs | bool | true | Whether to validate SSL certificates when downloading a key from a URL |
Example
- name: Example rpm_key task
rpm_key:
key: <your_key>