fix 'not defined' to 'is undefined'
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/go.yml
|
file: pkgs/go.yml
|
||||||
when: pkgconfig_go not defined
|
when: pkgconfig_go is undefined
|
||||||
|
|
||||||
- name: add to gopkgs
|
- name: add to gopkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
- name: install rust and cargo
|
- name: install rust and cargo
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
file: "pkgs/rust.yml"
|
file: "pkgs/rust.yml"
|
||||||
when: pkgconfig_rust not defined
|
when: pkgconfig_rust is undefined
|
||||||
|
|
||||||
- name: append to pkgs
|
- name: append to pkgs
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/nodejs.yml
|
file: pkgs/nodejs.yml
|
||||||
when: pkgconfig_nodejs not defined
|
when: pkgconfig_nodejs is undefined
|
||||||
|
|
||||||
- name: add to npmpkgs
|
- name: add to npmpkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/go.yml
|
file: pkgs/go.yml
|
||||||
when: pkgconfig_go not defined
|
when: pkgconfig_go is undefined
|
||||||
|
|
||||||
- name: add to gopkgs
|
- name: add to gopkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/go.yml
|
file: pkgs/go.yml
|
||||||
when: pkgconfig_go not defined
|
when: pkgconfig_go is undefined
|
||||||
|
|
||||||
- name: add to gopkgs
|
- name: add to gopkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/pipx.yml
|
file: pkgs/pipx.yml
|
||||||
when: pkgconfig_pipx not defined
|
when: pkgconfig_pipx is undefined
|
||||||
|
|
||||||
- name: add to pipxpkgs
|
- name: add to pipxpkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/nodejs.yml
|
file: pkgs/nodejs.yml
|
||||||
when: pkgconfig_nodejs not defined
|
when: pkgconfig_nodejs is undefined
|
||||||
|
|
||||||
- name: add to npmpkgs
|
- name: add to npmpkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/nodejs.yml
|
file: pkgs/nodejs.yml
|
||||||
when: pkgconfig_nodejs not defined
|
when: pkgconfig_nodejs is undefined
|
||||||
|
|
||||||
- name: add to npmpkgs
|
- name: add to npmpkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
- name: ensure hashicorp repo is active
|
- name: ensure hashicorp repo is active
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
file: "pkgs/hashicorp_repo.yml"
|
file: "pkgs/hashicorp_repo.yml"
|
||||||
when: pkgconfig_hashicorp not defined
|
when: pkgconfig_hashicorp is undefined
|
||||||
|
|
||||||
- name: append to syspkgs
|
- name: append to syspkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: "pkgs/rust.yml"
|
file: "pkgs/rust.yml"
|
||||||
when: pkgconfig_rust not defined
|
when: pkgconfig_rust is undefined
|
||||||
|
|
||||||
- name: add to cargopkgs
|
- name: add to cargopkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: "pkgs/rust.yml"
|
file: "pkgs/rust.yml"
|
||||||
when: pkgconfig_rust not defined
|
when: pkgconfig_rust is undefined
|
||||||
|
|
||||||
- name: add to cargopkgs
|
- name: add to cargopkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
block:
|
block:
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: "pkgs/terra_repo.yml"
|
file: "pkgs/terra_repo.yml"
|
||||||
when: pkgconfig_terrarepo not defined
|
when: pkgconfig_terrarepo is undefined
|
||||||
|
|
||||||
- name: append to pkgs
|
- name: append to pkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/go.yml
|
file: pkgs/go.yml
|
||||||
when: pkgconfig_go not defined
|
when: pkgconfig_go is undefined
|
||||||
|
|
||||||
- name: add to gopkgs
|
- name: add to gopkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/go.yml
|
file: pkgs/go.yml
|
||||||
when: pkgconfig_go not defined
|
when: pkgconfig_go is undefined
|
||||||
|
|
||||||
- name: add to gopkgs
|
- name: add to gopkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: "pkgs/rust.yml"
|
file: "pkgs/rust.yml"
|
||||||
when: pkgconfig_rust not defined
|
when: pkgconfig_rust is undefined
|
||||||
|
|
||||||
- name: add to cargopkgs
|
- name: add to cargopkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/go.yml
|
file: pkgs/go.yml
|
||||||
when: pkgconfig_go not defined
|
when: pkgconfig_go is undefined
|
||||||
|
|
||||||
- name: add to gopkgs
|
- name: add to gopkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/nodejs.yml
|
file: pkgs/nodejs.yml
|
||||||
when: pkgconfig_nodejs not defined
|
when: pkgconfig_nodejs is undefined
|
||||||
|
|
||||||
- name: add to npmpkgs
|
- name: add to npmpkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
pkgconfig_neovide: "{{ _neovide | ansible.builtin.combine(pkgconfig.neovide) }}"
|
pkgconfig_neovide: "{{ _neovide | ansible.builtin.combine(pkgconfig.neovide) }}"
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/rust.yml
|
file: pkgs/rust.yml
|
||||||
when: pkgconfig_rust not defined
|
when: pkgconfig_rust is undefined
|
||||||
|
|
||||||
- name: append to pkgs
|
- name: append to pkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
- name: ensure hashicorp repo is active
|
- name: ensure hashicorp repo is active
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
file: "pkgs/hashicorp_repo.yml"
|
file: "pkgs/hashicorp_repo.yml"
|
||||||
when: pkgconfig_hashicorp not defined
|
when: pkgconfig_hashicorp is undefined
|
||||||
|
|
||||||
- name: append to pkgs
|
- name: append to pkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/rust.yml
|
file: pkgs/rust.yml
|
||||||
when: pkgconfig_rust not defined
|
when: pkgconfig_rust is undefined
|
||||||
|
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/carapace.yml
|
file: pkgs/carapace.yml
|
||||||
when: pkgconfig_carapace not defined
|
when: pkgconfig_carapace is undefined
|
||||||
|
|
||||||
- name: append to pkgs
|
- name: append to pkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
- name: ensure hashicorp repo is active
|
- name: ensure hashicorp repo is active
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
file: "pkgs/hashicorp_repo.yml"
|
file: "pkgs/hashicorp_repo.yml"
|
||||||
when: pkgconfig_hashicorp not defined
|
when: pkgconfig_hashicorp is undefined
|
||||||
|
|
||||||
- name: append to pkgs
|
- name: append to pkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/nodejs.yml
|
file: pkgs/nodejs.yml
|
||||||
when: pkgconfig_nodejs not defined
|
when: pkgconfig_nodejs is undefined
|
||||||
|
|
||||||
- name: add to npmpkgs
|
- name: add to npmpkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/go.yml
|
file: pkgs/go.yml
|
||||||
when: pkgconfig_go not defined
|
when: pkgconfig_go is undefined
|
||||||
|
|
||||||
- name: add to gopkgs
|
- name: add to gopkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/pipx.yml
|
file: pkgs/pipx.yml
|
||||||
when: pkgconfig_pipx not defined
|
when: pkgconfig_pipx is undefined
|
||||||
|
|
||||||
- name: add to pipxpkgs
|
- name: add to pipxpkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
- name: install rust and cargo
|
- name: install rust and cargo
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
file: "pkgs/rust.yml"
|
file: "pkgs/rust.yml"
|
||||||
when: pkgconfig_rust not defined
|
when: pkgconfig_rust is undefined
|
||||||
|
|
||||||
- name: add to cargopkgs
|
- name: add to cargopkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/nodejs.yml
|
file: pkgs/nodejs.yml
|
||||||
when: pkgconfig_nodejs not defined
|
when: pkgconfig_nodejs is undefined
|
||||||
|
|
||||||
- name: add to npmpkgs
|
- name: add to npmpkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: pkgs/go.yml
|
file: pkgs/go.yml
|
||||||
when: pkgconfig_go not defined
|
when: pkgconfig_go is undefined
|
||||||
|
|
||||||
- name: add to gopkgs
|
- name: add to gopkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
- name: ensure hashicorp repo is active
|
- name: ensure hashicorp repo is active
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
file: "pkgs/hashicorp_repo.yml"
|
file: "pkgs/hashicorp_repo.yml"
|
||||||
when: pkgconfig_hashicorp not defined
|
when: pkgconfig_hashicorp is undefined
|
||||||
|
|
||||||
- name: append to pkgs
|
- name: append to pkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
- name: ensure hashicorp repo is active
|
- name: ensure hashicorp repo is active
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
file: "pkgs/hashicorp_repo.yml"
|
file: "pkgs/hashicorp_repo.yml"
|
||||||
when: pkgconfig_hashicorp not defined
|
when: pkgconfig_hashicorp is undefined
|
||||||
|
|
||||||
- name: append to pkgs
|
- name: append to pkgs
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user