Add enabled parameter to flatpak_remote (#5926)

This commit is contained in:
Yannick Ihmels 2023-02-25 22:40:17 +01:00 committed by GitHub
commit 810f3b50fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 226 additions and 1 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- flatpak_remote - add new boolean option ``enabled``. It controls, whether the remote is enabled or not (https://github.com/ansible-collections/community.general/pull/5926).