Skip to content
Snippets Groups Projects
Commit 670f2953 authored by jurgenhaas's avatar jurgenhaas
Browse files

Increase sleep on old hosts before restart

parent 141104f0
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
lineinfile:
dest: '/etc/init.d/netdata'
regexp: 'killproc -p \$\{PIDFILE\} \$DAEMON_PATH/\$DAEMON'
line: ' killproc -p ${PIDFILE} $DAEMON_PATH/$DAEMON && sleep 1'
line: ' killproc -p ${PIDFILE} $DAEMON_PATH/$DAEMON && sleep 3'
when: ansible_lsb.major_release == '12'
- name: "Check if KSM is available"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment