Merge "Add count to ping command for predictive process termination" into stable/queens

This commit is contained in:
Zuul 2018-10-03 13:51:01 +00:00 committed by Gerrit Code Review
commit 077b3ce0c5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
gather_facts: no
tasks:
- name: Check if host can connect to keepalived ping IP
command: "ping {{ keepalived_ping_address }}"
command: "ping -c 2 {{ keepalived_ping_address }}"
changed_when: false
- name: Checking if keepalived is running