From a4398fa72e2838ea9f0d8d5527a089df27f2634a Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Tue, 25 Feb 2025 09:30:08 -0700 Subject: [PATCH] fix typo --- tasks/config/hashicorp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config/hashicorp.yml b/tasks/config/hashicorp.yml index 0b39e4e..95905cf 100644 --- a/tasks/config/hashicorp.yml +++ b/tasks/config/hashicorp.yml @@ -8,6 +8,6 @@ - name: Set repo for debian when: - ansible_os_family == 'Debian' - ansible.builtin.set_Fact: + ansible.builtin.set_fact: hashicorp: repo: "{{ pkgconfig.hashicorp.Linux.Debian.repo }}"