Skip to content

Commit

Permalink
PMM-13413 Clean up the code
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Oct 23, 2024
1 parent 7299847 commit d2555bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions build/ansible/roles/pmm-images/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
---
# We use percona-release package to install the gpg keys and ppg-14
# To workaround the package's incompatibility with RHEL9, we have to disable the gpg verification :(
# - name: Add percona-release package
# yum:
# name: https://repo.percona.com/yum/percona-release-latest.noarch.rpm
# state: installed
# disable_gpg_check: yes

- name: Import Percona GPG key
rpm_key:
state: present
Expand Down
4 changes: 2 additions & 2 deletions build/ansible/roles/postgres/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
- not ansible_check_mode
yum:
name:
- percona-postgresql14
- percona-postgresql14-server
- python3-psycopg2 # Python PostgreSQL database adapter
- percona-postgresql14-contrib
- percona-postgresql14
- python3-psycopg2 # Python PostgreSQL database adapter
state: installed
nobest: true
skip_broken: true
Expand Down

0 comments on commit d2555bb

Please sign in to comment.