Skip to content

Commit 225f55d

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pmm_qa/tasks/install_pmm_client.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,16 @@
5252
'
5353
when: distro_family == "debian"
5454

55+
- name: Install curl on RHEL-family containers
56+
shell: |
57+
docker exec --user root {{ container_name }} sh -c 'microdnf install -y microdnf'
58+
when: distro_family == "rhel"
59+
ignore_errors: true
60+
5561
- name: Install dependencies inside Debian-family container
5662
shell: |
5763
docker exec --user root {{ container_name }} sh -c '
58-
microdnf install -y \
64+
apt install -y \
5965
wget \
6066
gnupg2 \
6167
jq \

0 commit comments

Comments
 (0)