Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit cc4c509

Browse files
Merge pull request #2 from stone-payments/fix/rename-task-gpgkey
Add task name to percona rpmkey
2 parents 88c27ab + 904fa2b commit cc4c509

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tasks/install.amazon.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
when: mongodb_package == 'mongodb-org'
4848
tags: [mongodb-install]
4949

50-
- rpm_key:
50+
- name: "Add Percona RPM key"
51+
rpm_key:
5152
state: present
5253
key: "{{ mongodb_percona_repository_gpgkey }}"
5354
when: mongodb_package == 'percona-server-mongodb' or (mongodb_backup|bool and mongodb_backup_engine == 'pbm')

tasks/install.redhat.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
when: mongodb_package == 'mongodb-org'
5555
tags: [mongodb-install]
5656

57-
- rpm_key:
57+
- name: "Add Percona RPM key"
58+
rpm_key:
5859
state: present
5960
key: "{{ mongodb_percona_repository_gpgkey }}"
6061
when: mongodb_package == 'percona-server-mongodb' or (mongodb_backup|bool and mongodb_backup_engine == 'pbm')

0 commit comments

Comments
 (0)