Flatpak system installs require root

This commit is contained in:
Kenneth Benzie 2023-09-25 11:20:30 +01:00
parent 4489c05014
commit 54b3c4edfe
2 changed files with 2 additions and 0 deletions

View File

@ -14,5 +14,6 @@
- name: install flatpak package
when: ansible_os_family != 'Windows' and
ansible_os_family != 'Darwin'
become: true
flatpak:
name: org.ferdium.Ferdium

View File

@ -1,5 +1,6 @@
---
- name: install flatpak package
become: true
flatpak:
name: md.obsidian.Obsidian