Simplify nodepool_install_method include

Change-Id: If06cd898451b7b119e422a17a5d0908c7ba49432
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-02-15 09:33:58 -05:00
parent 63367f14ce
commit 974a87c693
1 changed files with 1 additions and 5 deletions

View File

@ -32,8 +32,4 @@
with_items: nodepool_build_depends
when: nodepool_install_method == 'git' or nodepool_install_method == 'pip'
- include: install/git.yaml
when: nodepool_install_method == 'git'
- include: install/pip.yaml
when: nodepool_install_method == 'pip'
- include: "install/{{ nodepool_install_method }}.yaml"