Add Google Chrome Flatpak
This commit is contained in:
parent
e732d1cce5
commit
788031c8d6
1 changed files with 7 additions and 0 deletions
|
@ -32,3 +32,10 @@
|
|||
state: present
|
||||
method: user
|
||||
when: flatpak.stat.exists == true
|
||||
|
||||
- name: Install Google Chrome flatpak
|
||||
community.general.flatpak:
|
||||
name: com.google.Chrome
|
||||
state: present
|
||||
method: user
|
||||
when: flatpak.stat.exists == true
|
||||
|
|
Loading…
Reference in a new issue