Skip to content

Commit 4c00e2f

Browse files
committed
PMM-7: Fix pmm client setup
1 parent eecff85 commit 4c00e2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pmm_qa/tasks/install_pmm_client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178

179179
- name: Start pmm client
180180
shell: |
181-
docker exec --user root pdpgsql_pmm_patroni_18_1 sh -c 'nohup pmm-agent --config-file=/usr/local/percona/pmm/config/pmm-agent.yaml > /var/log/pmm-agent.log 2>&1 &'
181+
docker exec --user root {{ container_name }} sh -c 'nohup pmm-agent --config-file=/usr/local/percona/pmm/config/pmm-agent.yaml > /var/log/pmm-agent.log 2>&1 &'
182182
183183
- name: Wait 5 seconds for start to complete
184184
pause:

0 commit comments

Comments
 (0)