fix 'not defined' to 'is undefined'

This commit is contained in:
Matthew Stobbs
2025-01-25 21:43:46 -07:00
parent a05a8b143d
commit 30a6708a71
29 changed files with 30 additions and 30 deletions

View File

@@ -7,11 +7,11 @@
- ansible.builtin.include_tasks:
file: pkgs/rust.yml
when: pkgconfig_rust not defined
when: pkgconfig_rust is undefined
- ansible.builtin.include_tasks:
file: pkgs/carapace.yml
when: pkgconfig_carapace not defined
when: pkgconfig_carapace is undefined
- name: append to pkgs
ansible.builtin.set_fact: