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 file: hashicorp_repo.yml
name: _hashicorp name: _hashicorp
- ansible.builtin.set_fact: - ansible.builtin.set_fact:
pkgconfig_hashicorp: "{{ _hashicorp | ansible.builtin.combine(pkgonfig.hashicorp) }}" pkgconfig_hashicorp: "{{ _hashicorp | ansible.builtin.combine(pkgconfig.hashicorp) }}"
- name: RedHat repository - name: RedHat repository
when: ansible_os_family == 'RedHat' when: ansible_os_family == 'RedHat'

View File

@@ -15,5 +15,5 @@
- name: append to pkgs - name: append to pkgs
ansible.builtin.set_fact: ansible.builtin.set_fact:
syspkgs: "{{ syspkgs + pkgsconfig_nushell.build_deps[ansible_os_family] }}" syspkgs: "{{ syspkgs + pkgconfig_nushell.build_deps[ansible_os_family] }}"
cargopkgs: "{{ cargopkgs + pkgconfig_nushell.pkgs[ansible_os_family] + pkgconfig_nushell.pkgs_common }}" cargopkgs: "{{ cargopkgs + pkgconfig_nushell.pkgs[ansible_os_family] + pkgconfig_nushell.pkgs_common }}"

View File

@@ -6,4 +6,4 @@
- name: append to pkgs - name: append to pkgs
ansible.builtin.set_fact: ansible.builtin.set_fact:
tappkgs: "{{ tappkgs + [ pkconfig_hashicorp.terraform[ansible_system] ] }}" tappkgs: "{{ tappkgs + [ pkgconfig_hashicorp.terraform[ansible_system] ] }}"