Merge "Fix prechecks with Docker 20.10.0"
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
changed_when: false
|
changed_when: false
|
||||||
when: inventory_hostname in groups['baremetal']
|
when: inventory_hostname in groups['baremetal']
|
||||||
failed_when: result is failed
|
failed_when: result is failed
|
||||||
or result.stdout | regex_replace('.*(\\d+\\.\\d+\\.\\d+).*', '\\1') is version(docker_version_min, '<')
|
or result.stdout | regex_replace('.*\\b(\\d+\\.\\d+\\.\\d+)\\b.*', '\\1') is version(docker_version_min, '<')
|
||||||
|
|
||||||
# NOTE(mgoddard): If passwords.yml is encrypted using ansible-vault, this check
|
# NOTE(mgoddard): If passwords.yml is encrypted using ansible-vault, this check
|
||||||
# will pass, but only because nothing in the vault file has the format of a
|
# will pass, but only because nothing in the vault file has the format of a
|
||||||
|
|||||||
6
releasenotes/notes/bug-1907436-2da50ed38d107127.yaml
Normal file
6
releasenotes/notes/bug-1907436-2da50ed38d107127.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes an issue with the ``kolla-ansible prechecks`` command with Docker
|
||||||
|
20.10. `LP#1907436
|
||||||
|
<https://bugs.launchpad.net/kolla-ansible/+bug/1907436>`__
|
||||||
Reference in New Issue
Block a user