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 }}"