Merge "Correct Ansible deprecation warning"

This commit is contained in:
Jenkins 2017-08-17 09:28:22 +00:00 committed by Gerrit Code Review
commit f5e5279ab7

View File

@ -15,6 +15,7 @@
- name: Setup powervm repository
include: nova_install_apt_powervm.yml
static: no
when:
- "'nova_compute' in group_names"
- "nova_virt_type == 'powervm'"