Merge "Fix ansible deprecation warnings"

This commit is contained in:
Zuul 2018-12-18 10:42:56 +00:00 committed by Gerrit Code Review
commit 6a73496397
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
[ {{ ansible_kernel }} < {{ openstack_host_required_kernel }} ]
Resolve this issue before continuing.
when:
- ansible_kernel | version_compare(openstack_host_required_kernel, '<')
- ansible_kernel is version_compare(openstack_host_required_kernel, '<')
- name: Install distro packages for bare metal nodes
package: