From 309ca84a372d0fce8fb9627d5f6fe31278522a30 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 19 Jun 2017 20:52:28 +0000 Subject: [PATCH] Chop, chop. --- playbooks/manual/restart-pagure.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/manual/restart-pagure.yml b/playbooks/manual/restart-pagure.yml index 7608cbe50a..23aca8d430 100644 --- a/playbooks/manual/restart-pagure.yml +++ b/playbooks/manual/restart-pagure.yml @@ -12,6 +12,8 @@ - name: ask puiterwijk if he would like to capture debug info before restarting. pause: seconds=30 prompt="Restarting pagure, abort if you want to get puiterwijk's attention first." + - debug: msg=Karate Chop! + - name: Reload apache... service: name="httpd" state=reloaded