Merge "Use version test instead of version_compare"

This commit is contained in:
Zuul 2019-09-20 11:36:35 +00:00 committed by Gerrit Code Review
commit 3dd08d7551

View File

@ -89,7 +89,7 @@
- neutron_os_type is defined
- neutron_os_type == 'powervm'
- neutron_plugin_type == 'ml2.ovs'
- "{{ ansible_distribution_version | version_compare('16.04','>=') }}"
- "{{ ansible_distribution_version is version('16.04','>') }}"
tags:
- neutron-config