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:
parent
7f57d8110b
commit
e42604132e
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
- name: Setup powervm repository
|
- name: Setup powervm repository
|
||||||
include: nova_install_apt_powervm.yml
|
include: nova_install_apt_powervm.yml
|
||||||
|
static: no
|
||||||
when:
|
when:
|
||||||
- "'nova_compute' in group_names"
|
- "'nova_compute' in group_names"
|
||||||
- "nova_virt_type == 'powervm'"
|
- "nova_virt_type == 'powervm'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user