mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-16 02:51:43 -07:00
flatpak - allow to add/remove multiple flatpaks at once (#2521)
* reviving flatpack PR * added changelog fragment * adjusted integration tests per PR * adjusted examples to use the full name of the module * Use new local artifacts. * Re-add StrictVersion import. * Try to clean up PR. * ... * Use original name in installed/not installed list. * More fixes. * Work around flatpak bug. * Fix bug I introduced. Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
4a47d121aa
commit
3997d5fcc8
6 changed files with 220 additions and 38 deletions
|
@ -36,7 +36,9 @@
|
|||
|
||||
- name: Remove (if necessary) flatpak for testing check mode on absent flatpak
|
||||
flatpak:
|
||||
name: com.dummy.App1
|
||||
name:
|
||||
- com.dummy.App1
|
||||
- com.dummy.App3
|
||||
remote: dummy-remote
|
||||
state: absent
|
||||
no_dependencies: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue