~linaro-automation/linaro-android-build-tools/trunk

« back to all changes in this revision

Viewing changes to ansible-deploy/roles/jenkins/tasks/main.yml

  • Committer: Paul Sokolovsky
  • Date: 2013-11-26 01:55:03 UTC
  • Revision ID: paul.sokolovsky@linaro.org-20131126015503-cs7f8tmoupyitivf
Include ../ansible-private-vars/main.yml only if exists.

But check and fail fast if we need Crowd credentials and they're not set.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
- name: Verify Jenkins parameters
 
2
  local_action: copy content="{{crowd_user}} {{crowd_passwd}}" dest=/dev/null
 
3
  when: jenkins_auth == "crowd"
 
4
 
1
5
- name: Install Jenkins dependency packages
2
6
  apt: pkg={{item}}
3
7
  sudo: yes