]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
add a handler to restart nginx
authorAlfredo Deza <adeza@redhat.com>
Tue, 30 Jun 2015 15:10:13 +0000 (11:10 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 30 Jun 2015 15:10:13 +0000 (11:10 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/master/ansible-jenkins/handlers/main.yml

index 17a3d67c99f727b25142c8e2d01fe04f87cee8f5..f1f81907ebf5bdd50f1503b12b41507799848072 100644 (file)
@@ -2,3 +2,7 @@
 - name: Restart Jenkins
   sudo: yes
   command: java -jar {{ jenkins.cli_dest }} -s http://localhost:{{ port }} safe-restart
+
+- name: Restart Nginx
+  sudo: yes
+  command: service nginx restart