Skip to content

Commit 893576b

Browse files
committed
PMM-7: Change pmm client setup
1 parent 61aaaa7 commit 893576b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmm_qa/tasks/install_pmm_client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
when: distro_family == "rhel"
6565

6666
- name: Install curl on RHEL-family containers
67-
shell: docker exec -u root {{ container_name }} microdnf install -y curl-minimal
67+
shell: docker exec -u root {{ container_name }} microdnf install -y curl-minimal wget
6868
when: distro_family == "rhel"
6969
ignore_errors: true
7070

0 commit comments

Comments
 (0)