mirror of https://github.com/ansible/ansible.git
fix Amazon system-release version parsing (#51521)
Previously it was assumed that the Amazon system-release number was the final value of the string. This isn't always the case. Some releases have the name at the end. Amazon Linux release 2 Amazon Linux release 2 (Karoo) Fix by instead looking for a number in the string. Fixes #48823pull/51920/head
parent
c1e51ef486
commit
ffbc9d99de
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Fix Amazon system-release version parsing (https://github.com/ansible/ansible/issues/48823)
|
Loading…
Reference in New Issue