Correct Ansible deprecation warning

this include is dynamic and needs to be marked as such else it creates
the following error: http://paste.openstack.org/show/618629

Change-Id: I6d9133c727c7b195eba716cfaf0fa4d7ee605bf5
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
(cherry picked from commit e42604132e)
This commit is contained in:
Kevin Carter 2017-08-17 01:03:14 -05:00 committed by Jesse Pretorius (odyssey4me)
parent 4db7eb15bd
commit 176f4dd7a9
1 changed files with 1 additions and 0 deletions

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'"