fix 'not defined' to 'is undefined'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- ansible.builtin.include_tasks:
|
||||
file: pkgs/pipx.yml
|
||||
when: pkgconfig_pipx not defined
|
||||
when: pkgconfig_pipx is undefined
|
||||
|
||||
- name: add to pipxpkgs
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
Reference in New Issue
Block a user