mirror of https://github.com/ansible/ansible.git
fix alt linux detection for new versions (#43723)
they dropped the Linux so now it only shows as ALT, it should still be backwards compatible pkg_mgr detection relies on `Altlinux` string, so properly setting os_distribution should take care of it as side effect fixes #43539pull/43980/head
parent
37361d9b0b
commit
abe68d523c
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Fix alt linux detection/matching
|
||||
Loading…
Reference in New Issue