fix broken flatpak

This commit is contained in:
Matthew Stobbs
2025-02-25 09:48:07 -07:00
parent a4398fa72e
commit 4ae443fe26
7 changed files with 40 additions and 16 deletions

10
tasks/config/httpie.yml Normal file
View File

@@ -0,0 +1,10 @@
- name: Set method for httpie
ansible.builtin.set_fact:
httpie:
method: "{{ pkgconfig.httpie.method[ansible_distribution] | default(pkgconfig.httpie.method.default) }}"
- name: Set config for httpie
ansible.builtin.set_fact:
httpie:
method: "{{ httpie.method }}"
pkg: "{{ pkgconfig.httpie.[httpie.method] }}"