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

@@ -15,5 +15,5 @@
- name: append to pkgs
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 }}"