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>
This commit is contained in:
Kevin Carter 2017-08-17 01:03:14 -05:00
parent 7f57d8110b
commit e42604132e
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F

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