Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions roles/tools_and_monitoring/tasks/pmm-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
shell:
cmd: >-
percona-release enable pmm3-client
- name: enable pmm2-client repo
when: (ansible_distribution == 'CentOS' or ansible_distribution == 'Rocky' or ansible_distribution == 'Red Hat Enterprise Linux' or ansible_distribution == 'OracleLinux') and pmm_client_version.startswith('2')
shell:
cmd: >-
percona-release enable pmm2-client
- name: install PMM client rpm packages
when: (ansible_distribution == 'CentOS' or ansible_distribution == 'Rocky' or ansible_distribution == 'Red Hat Enterprise Linux' or ansible_distribution == 'OracleLinux')
yum:
Expand Down