fix 'not defined' to 'is undefined'
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
- name: ensure hashicorp repo is active
|
||||
ansible.builtin.include_tasks:
|
||||
file: "pkgs/hashicorp_repo.yml"
|
||||
when: pkgconfig_hashicorp not defined
|
||||
when: pkgconfig_hashicorp is undefined
|
||||
|
||||
- name: append to syspkgs
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
Reference in New Issue
Block a user