Merge "Use version test instead of version_compare"
This commit is contained in:
commit
3dd08d7551
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user