We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecff85 commit 4c00e2fCopy full SHA for 4c00e2f
1 file changed
pmm_qa/tasks/install_pmm_client.yml
@@ -178,7 +178,7 @@
178
179
- name: Start pmm client
180
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 &'
+ 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 &'
182
183
- name: Wait 5 seconds for start to complete
184
pause:
0 commit comments