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 800a3e5 commit f155a16Copy full SHA for f155a16
pmm_qa/percona_server/percona-server-setup.yml
@@ -79,6 +79,10 @@
79
include_tasks: tasks/percona-server-setup-single.yml
80
when: setup_type != "gr" and setup_type != "replication"
81
82
+ - name: Wait 10 seconds for setup to finish
83
+ pause:
84
+ seconds: 10
85
+
86
- name: Create slowlog configuration for mysql nodes
87
community.docker.docker_container_exec:
88
container: "ps_pmm_{{ ps_version }}_{{ item }}"
0 commit comments