fix broken flatpak
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
- Depend flatpak
|
||||
changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_flatpak: "{{ pkg_flatpak + ['io.httpie.Httpie'] }}"
|
||||
pkg_flatpak: "{{ pkg_flatpak + [httpie.pkg] }}"
|
||||
|
||||
- name: Append to pkg_cask
|
||||
when:
|
||||
- ansible_os_family == 'Darwin'
|
||||
ansible.builtin.set_fact:
|
||||
pkg_cask: "{{ pkg_cask + ['httpie'] }}"
|
||||
pkg_cask: "{{ pkg_cask + [httpie.pkg] }}"
|
||||
|
||||
Reference in New Issue
Block a user