mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-15 09:30:50 -07: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:
parent
452d6f2fa7
commit
f33f50cf2c
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue