fix broken flatpak
This commit is contained in:
10
tasks/config/httpie.yml
Normal file
10
tasks/config/httpie.yml
Normal 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] }}"
|
||||
Reference in New Issue
Block a user