Simplify jenkins_job_builder_install_method include

Change-Id: I82a082f9601761054d2439519e830df6813ffffc
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-02-16 08:42:06 -05:00
parent 0de6ae80b5
commit 5adc692f01
1 changed files with 1 additions and 5 deletions

View File

@ -23,8 +23,4 @@
- include: install/redhat.yaml
when: ansible_os_family == 'RedHat'
- include: install/git.yaml
when: jenkins_job_builder_install_method == 'git'
- include: install/pip.yaml
when: jenkins_job_builder_install_method == 'pip'
- include: "install/{{ jenkins_job_builder_install_method }}.yaml"