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 225f55d commit b84b569Copy full SHA for b84b569
pmm_qa/tasks/install_pmm_client.yml
@@ -58,16 +58,6 @@
58
when: distro_family == "rhel"
59
ignore_errors: true
60
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
-
71
- name: Install dependencies inside Debian-family container
72
shell: |
73
docker exec --user root {{ container_name }} sh -c '
0 commit comments