fix 'not defined' to 'is undefined'
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user