fix typo
This commit is contained in:
@@ -7,4 +7,4 @@
|
|||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
httpie:
|
httpie:
|
||||||
method: "{{ httpie.method }}"
|
method: "{{ httpie.method }}"
|
||||||
pkg: "{{ pkgconfig.httpie.[httpie.method] }}"
|
pkg: "{{ pkgconfig.httpie[httpie.method] }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user