kolla-ansible/ansible/roles/prechecks/tasks
Mark Goddard b60b0d5878 Fix prechecks with Docker 20.10.0
The 'prechecks : Checking Docker version' task previously failed with
Docker 20.10.0. The regex used to parse the version was returning
0.10.0, which is not above the minimum. The previous version of 19.x
would have been parsed as 9.x, which is above the minimum.

This change fixes the issue by matching the beginning and end of the
version using \b.

Depends-On: https://review.opendev.org/766183

Change-Id: I2a23eea7effb5b9a5e73361bcd48bd2e16d1569c
Closes-Bug: 1907436
2020-12-09 14:12:07 +00:00
..
check.yml Enable sanity checks from kolla-ansible 2017-03-09 10:37:06 +00:00
database_checks.yml Verify YAML syntax in gates 2018-03-26 17:56:22 +02:00
datetime_checks.yml change the timezone precheck task's condition 2020-08-22 21:45:18 +08:00
host_os_checks.yml Host OS prechecks follow up 2020-03-11 17:08:17 +00:00
main.yml Performance: replace unconditional include_tasks with import_tasks 2020-08-28 16:12:03 +00:00
package_checks.yml Ansible lint related fixes 2020-05-12 17:39:07 +00:00
port_checks.yml Ansible lint: remove comparison with true or false 2020-01-13 10:33:43 +00:00
service_checks.yml Fix prechecks with Docker 20.10.0 2020-12-09 14:12:07 +00:00
timesync_checks.yml Add timesync prechecks 2020-07-28 18:35:27 +00:00
user_checks.yml Ansible lint: use command module instead of shell 2020-01-13 10:45:10 +00:00