Skip to content

Commit a4ac09d

Browse files
committed
Remove redundant repo configuration
1 parent c5200af commit a4ac09d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pmm_qa/percona-distribution-postgresql/tasks/install-pdpgsql.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,7 @@
4242

4343
- name: Prepare installation of PG Stat Monitor from sources
4444
shell: |
45-
docker exec -u root {{ container_prefix }}{{ item }} sh -c '
46-
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - &&
47-
echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list &&
48-
apt-get update &&
49-
apt-get -y install git clang-18 llvm-18 build-essential percona-postgresql-server-dev-{{ pdpgsql_version }}
50-
'
45+
docker exec -u root {{ container_prefix }}{{ item }} apt-get install -y git clang-18 llvm-18 build-essential percona-postgresql-server-dev-{{ pdpgsql_version }}
5146
become: true
5247
loop: "{{ range(1, nodes_count | int + 1) | list }}"
5348
when: pgsm_branch | length > 0

0 commit comments

Comments
 (0)