fix more typos

This commit is contained in:
Matthew Stobbs
2025-01-25 21:48:48 -07:00
parent 29f4f2c5d8
commit f3690df496
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
file: hashicorp_repo.yml
name: _hashicorp
- ansible.builtin.set_fact:
pkgconfig_hashicorp: "{{ _hashicorp | ansible.builtin.combine(pkgonfig.hashicorp) }}"
pkgconfig_hashicorp: "{{ _hashicorp | ansible.builtin.combine(pkgconfig.hashicorp) }}"
- name: RedHat repository
when: ansible_os_family == 'RedHat'