Skip to content

Commit b84b569

Browse files
committed
PMM-7: Skeleton for setting up psmdb
1 parent 225f55d commit b84b569

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pmm_qa/tasks/install_pmm_client.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,6 @@
5858
when: distro_family == "rhel"
5959
ignore_errors: true
6060

61-
- name: Install dependencies inside Debian-family container
62-
shell: |
63-
docker exec --user root {{ container_name }} sh -c '
64-
apt install -y \
65-
wget \
66-
gnupg2 \
67-
jq \
68-
'
69-
when: distro_family == "debian"
70-
7161
- name: Install dependencies inside Debian-family container
7262
shell: |
7363
docker exec --user root {{ container_name }} sh -c '

0 commit comments

Comments
 (0)