Fix name and use what would be a more appropriate syntax

This commit is contained in:
Pierre-Yves Chibon 2012-11-07 19:00:08 +01:00
parent 4889eb0562
commit 273e9dabf4

View file

@ -81,10 +81,8 @@
# Configuration of the ssh key to jenkins to access the slaves
# Does it need the : lokkit -p 80:tcp ?
- name: set the jenkins port to 80 instead of 8080
action: command service jenkins start
tags:
- config
- name: start jenkins itself
action: service name=$jenkins state=running
handlers:
- include: $handlers/restart_services.yml