From b2887bf5c2c2bc54b85a6e54d920ceba096970de Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Tue, 25 Feb 2025 09:49:14 -0700 Subject: [PATCH] fix typo --- tasks/config/httpie.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config/httpie.yml b/tasks/config/httpie.yml index 13228b9..7188a49 100644 --- a/tasks/config/httpie.yml +++ b/tasks/config/httpie.yml @@ -7,4 +7,4 @@ ansible.builtin.set_fact: httpie: method: "{{ httpie.method }}" - pkg: "{{ pkgconfig.httpie.[httpie.method] }}" + pkg: "{{ pkgconfig.httpie[httpie.method] }}"