fixing obvious errors

This commit is contained in:
Matthew Stobbs
2026-02-06 01:28:14 -07:00
parent e91e7e9698
commit b87fc8235e
10 changed files with 149 additions and 181 deletions

View File

@@ -4,7 +4,7 @@
become: "{{ install_become }}"
become_user: "{{ install_become_user }}"
community.general.flatpak:
method: "{{ flatpak.method | default('system') }}"
remote: "{{ flatpak.remote }}"
name: "{{ flatpak.name }}"
remote: "{{ flatpak.remote }}"
method: "{{ flatpak.method | default('system') }}"
state: "{{ flatpak.state | default('present') }}"