Merge "Remove search_regex from mariadb port check"

This commit is contained in:
Jenkins 2016-09-20 20:18:46 +00:00 committed by Gerrit Code Review
commit 9c57ddc039

View File

@ -45,7 +45,6 @@
module: wait_for module: wait_for
port: "3306" port: "3306"
host: "{{ ansible_ssh_host | default(inventory_hostname) }}" host: "{{ ansible_ssh_host | default(inventory_hostname) }}"
search_regex: MariaDB
retries: 10 retries: 10
delay: 10 delay: 10