mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
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 #48823
This commit is contained in:
parent
c1e51ef486
commit
ffbc9d99de
2 changed files with 6 additions and 3 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- Fix Amazon system-release version parsing (https://github.com/ansible/ansible/issues/48823)
|
Loading…
Add table
Add a link
Reference in a new issue