Add jenkins hotfix

This commit is contained in:
2 changed files with 9 additions and 0 deletions

View file

@ -29,6 +29,9 @@
- name: restart iptables
action: service name=iptables state=restarted
- name: restart jenkins
action: service name=jenkins state=restarted
- name: restart lighttpd
action: service name=lighttpd state=restarted