We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61aaaa7 commit 893576bCopy full SHA for 893576b
pmm_qa/tasks/install_pmm_client.yml
@@ -64,7 +64,7 @@
64
when: distro_family == "rhel"
65
66
- name: Install curl on RHEL-family containers
67
- shell: docker exec -u root {{ container_name }} microdnf install -y curl-minimal
+ shell: docker exec -u root {{ container_name }} microdnf install -y curl-minimal wget
68
69
ignore_errors: true
70
0 commit comments