Skip to content

Commit

Permalink
Install gnupg on Fedora platforms
Browse files Browse the repository at this point in the history
The gnupg package is not installed by default on the Fedora 41 Docker
image we use for Molecule testing.
  • Loading branch information
jsf9k committed Dec 6, 2024
1 parent c523455 commit a672ab3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tasks/RedHat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
---
# The gnupg package is not installed by default on the Fedora 41
# Docker image we use for Molecule testing.
- name: Install gnupg
ansible.builtin.package:
name:
- gnupg
when:
- ansible_distribution == "Fedora"

- name: Grab Nessus Agent system package GPG key from S3
amazon.aws.s3_object:
bucket: "{{ cdm_nessus_agent_third_party_bucket_name }}"
Expand Down

0 comments on commit a672ab3

Please sign in to comment.