mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
[PR #10334/79509a53 backport][stable-10] flatpak: add docs example for install using custom executable path (#10358)
flatpak: add docs example for install using custom executable path (#10334)
(cherry picked from commit 79509a533d)
Co-authored-by: Aditya Putta <puttaa@yahoo.com>
This commit is contained in:
@@ -107,6 +107,12 @@ EXAMPLES = r"""
|
||||
state: present
|
||||
remote: gnome
|
||||
|
||||
- name: Install GIMP using custom flatpak binary path
|
||||
community.general.flatpak:
|
||||
name: org.gimp.GIMP
|
||||
state: present
|
||||
executable: /usr/local/bin/flatpak-dev
|
||||
|
||||
- name: Install multiple packages
|
||||
community.general.flatpak:
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user