Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #53 from infOpen/startup_management
Browse files Browse the repository at this point in the history
Move startup managing task
  • Loading branch information
achaussier committed May 4, 2016
2 parents 7d24c86 + cfd36d7 commit 169d8f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
include: "{{ role_path }}/handlers/waiting_jenkins.yml"


- name: 'Configure jenkins launching settings'
include: "{{ role_path }}/tasks/manage_startup.yml"
tags:
- 'configure'
- 'jenkins'


- name: 'Install and configure Jenkins CLI'
include: "{{ role_path }}/tasks/manage_cli.yml"
tags:
Expand All @@ -51,13 +58,6 @@
- 'install'


- name: 'Configure jenkins launching settings'
include: "{{ role_path }}/tasks/manage_startup.yml"
tags:
- 'configure'
- 'jenkins'


- name: 'Check if Jenkins v2 default administrative password file exists'
become: True
stat:
Expand Down

0 comments on commit 169d8f8

Please sign in to comment.