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