Fixes flatpak module to work with flatpak >=1.2.0, fixes #51485 (#51482)

* Fixes flatpak module to work with flatpak >=1.2.0, fixes #51481

This keeps backwards-compatibility for flatpak versions before 1.2.0

* Fixes typeo

Co-Authored-By: oolongbrothers <oolongbrothers@zeibar.net>
This commit is contained in:
Alexander Bethke 2019-03-21 16:57:41 +01:00 committed by John R Barker
commit f9c7ccbb41
2 changed files with 44 additions and 13 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- flatpak - Makes querying of present flatpak name more robust, fixes #51485 (https://github.com/ansible/ansible/issues/51485)