Fix name and use what would be a more appropriate syntax
This commit is contained in:
parent
4889eb0562
commit
273e9dabf4
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue