File tree Expand file tree Collapse file tree
pmm_qa/percona-distribution-postgresql/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments