remove unneeded notifys
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
@@ -5,9 +5,6 @@
|
|||||||
- air_configured is undefined
|
- air_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append air to pkg_go
|
- name: Append air to pkg_go
|
||||||
notify:
|
|
||||||
- Depend go
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_go: "{{ pkg_go + ['github.com/air-verse/air@latest'] }}"
|
pkg_go: "{{ pkg_go + ['github.com/air-verse/air@latest'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,6 @@
|
|||||||
- name: Append alacritty to pkg_cargo
|
- name: Append alacritty to pkg_cargo
|
||||||
when:
|
when:
|
||||||
- alacritty.method == 'cargo'
|
- alacritty.method == 'cargo'
|
||||||
# notify:
|
|
||||||
# - Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_sys: "{{ pkg_sys + alacritty.build_deps }}"
|
pkg_sys: "{{ pkg_sys + alacritty.build_deps }}"
|
||||||
pkg_cargo: "{{ pkg_cargo + [alacritty.cargo] }}"
|
pkg_cargo: "{{ pkg_cargo + [alacritty.cargo] }}"
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- ansible_ls_configured is undefined
|
- ansible_ls_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append ansible-language-server to pkg_npm
|
- name: Append ansible-language-server to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['@ansible/ansible-language-server'] }}"
|
pkg_npm: "{{ pkg_npm + ['@ansible/ansible-language-server'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- bashls_configured is undefined
|
- bashls_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append bash-language-server to pkg_npm
|
- name: Append bash-language-server to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['bash-language-server'] }}"
|
pkg_npm: "{{ pkg_npm + ['bash-language-server'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,6 @@
|
|||||||
- name: Append bitwarden to pkg_flatpak
|
- name: Append bitwarden to pkg_flatpak
|
||||||
when:
|
when:
|
||||||
- bitwarden.method == 'flatpak'
|
- bitwarden.method == 'flatpak'
|
||||||
notify:
|
|
||||||
- Depend flatpak
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_flatpak: "{{ pkg_flatpak + [bitwarden.pkg] }}"
|
pkg_flatpak: "{{ pkg_flatpak + [bitwarden.pkg] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,6 @@
|
|||||||
- name: Append broot to pkg_sys and pkg_cargo
|
- name: Append broot to pkg_sys and pkg_cargo
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
# notify:
|
|
||||||
# - Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_sys: "{{ pkg_sys + broot.deps }}"
|
pkg_sys: "{{ pkg_sys + broot.deps }}"
|
||||||
pkg_cargo: "{{ pkg_cargo + [broot] }}"
|
pkg_cargo: "{{ pkg_cargo + [broot] }}"
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- buf_configured is undefined
|
- buf_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append buf to pkg_go
|
- name: Append buf to pkg_go
|
||||||
notify:
|
|
||||||
- Depend go
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_go: "{{ pkg_go + ['github.com/bufbuild/buf/cmd/buf@latest'] }}"
|
pkg_go: "{{ pkg_go + ['github.com/bufbuild/buf/cmd/buf@latest'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- bufls_configured is undefined
|
- bufls_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append bufls to pkg_go
|
- name: Append bufls to pkg_go
|
||||||
notify:
|
|
||||||
- Depend go
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_go: "{{ pkg_go + ['github.com/bufbuild/buf-language-server/cmd/bufls@latest'] }}"
|
pkg_go: "{{ pkg_go + ['github.com/bufbuild/buf-language-server/cmd/bufls@latest'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- cheat_configured is undefined
|
- cheat_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append cheat to pkg_go
|
- name: Append cheat to pkg_go
|
||||||
notify:
|
|
||||||
- Depend go
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_go: "{{ pkg_go + ['github.com/cheat/cheat/cmd/cheat@latest'] }}"
|
pkg_go: "{{ pkg_go + ['github.com/cheat/cheat/cmd/cheat@latest'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- checkmake_configured is undefined
|
- checkmake_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Add checkmake to pkg_go
|
- name: Add checkmake to pkg_go
|
||||||
notify:
|
|
||||||
- Depend go
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_go: "{{ pkg_go + ['github.com/mrtazz/checkmake/cmd/checkmake@latest'] }}"
|
pkg_go: "{{ pkg_go + ['github.com/mrtazz/checkmake/cmd/checkmake@latest'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,6 @@
|
|||||||
- name: Append choose to pkg_cargo
|
- name: Append choose to pkg_cargo
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
# notify:
|
|
||||||
# - Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_cargo: "{{ pkg_cargo + [choose] }}"
|
pkg_cargo: "{{ pkg_cargo + [choose] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- cmakelang_configured is undefined
|
- cmakelang_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Add cmakelang to pkg_pipx
|
- name: Add cmakelang to pkg_pipx
|
||||||
notify:
|
|
||||||
- Depend pipx
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_pipx: "{{ pkg_pipx + ['cmakelang'] }}"
|
pkg_pipx: "{{ pkg_pipx + ['cmakelang'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- cssls_configured is undefined
|
- cssls_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append vscode-langservers-extracted to pkg_npm
|
- name: Append vscode-langservers-extracted to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['vscode-langservers-extracted'] }}"
|
pkg_npm: "{{ pkg_npm + ['vscode-langservers-extracted'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- curlie_configured is undefined
|
- curlie_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append curlie to pkg_go
|
- name: Append curlie to pkg_go
|
||||||
notify:
|
|
||||||
- Depend go
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_go: "{{ pkg_go + ['github.com/rs/curlie@latest'] }}"
|
pkg_go: "{{ pkg_go + ['github.com/rs/curlie@latest'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -7,9 +7,6 @@
|
|||||||
- name: Append dbeaver to pkg_flatpak
|
- name: Append dbeaver to pkg_flatpak
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
notify:
|
|
||||||
- Depend flatpak
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_flatpak: "{{ pkg_flatpak + ['io.dbeaver.DBeaverCommunity'] }}"
|
pkg_flatpak: "{{ pkg_flatpak + ['io.dbeaver.DBeaverCommunity'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- dockerls_configured is undefined
|
- dockerls_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append dockerfile-language-server-nodejs to pkg_npm
|
- name: Append dockerfile-language-server-nodejs to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['dockerfile-language-server-nodejs'] }}"
|
pkg_npm: "{{ pkg_npm + ['dockerfile-language-server-nodejs'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- duf_configured is undefined
|
- duf_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append duf to pkg_go
|
- name: Append duf to pkg_go
|
||||||
notify:
|
|
||||||
- Depend go
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_go: "{{ pkg_go + ['github.com/muesli/duf@latest'] }}"
|
pkg_go: "{{ pkg_go + ['github.com/muesli/duf@latest'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -7,9 +7,6 @@
|
|||||||
- name: Append du-dust to pkg_cargo
|
- name: Append du-dust to pkg_cargo
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
# notify:
|
|
||||||
# - Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_cargo: "{{ pkg_cargo + ['du-dust'] }}"
|
pkg_cargo: "{{ pkg_cargo + ['du-dust'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- eslint_configured is undefined
|
- eslint_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append vscode-langservers-extracted to pkg_npm
|
- name: Append vscode-langservers-extracted to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['vscode-langservers-extracted'] }}"
|
pkg_npm: "{{ pkg_npm + ['vscode-langservers-extracted'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- eza_configured is undefined
|
- eza_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append eza to pkg_cargo
|
- name: Append eza to pkg_cargo
|
||||||
# notify:
|
|
||||||
# - Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_cargo: "{{ pkg_cargo + ['eza'] }}"
|
pkg_cargo: "{{ pkg_cargo + ['eza'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,6 @@
|
|||||||
- name: Append ghostty to pkg_src
|
- name: Append ghostty to pkg_src
|
||||||
when:
|
when:
|
||||||
- ghostty.method == 'src'
|
- ghostty.method == 'src'
|
||||||
notify:
|
|
||||||
- Depend zig
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_src: "{{ pkg_src + ghostty.pkg }}"
|
pkg_src: "{{ pkg_src + ghostty.pkg }}"
|
||||||
pkg_sys: "{{ pkg_sys + ghostty.build_deps }}"
|
pkg_sys: "{{ pkg_sys + ghostty.build_deps }}"
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- glow_configured is undefined
|
- glow_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append glow to pkg_go
|
- name: Append glow to pkg_go
|
||||||
notify:
|
|
||||||
- Depend go
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_go: "{{ pkg_go + ['github.com/charmbracelet/glow@latest'] }}"
|
pkg_go: "{{ pkg_go + ['github.com/charmbracelet/glow@latest'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -7,9 +7,6 @@
|
|||||||
- name: Append godot to pkg_flatpak
|
- name: Append godot to pkg_flatpak
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
notify:
|
|
||||||
- Depend flatpak
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_flatpak: "{{ pkg_flatpak + ['org.godotengine.Godot'] }}"
|
pkg_flatpak: "{{ pkg_flatpak + ['org.godotengine.Godot'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- gopls_configured is undefined
|
- gopls_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append gopls to pkg_go
|
- name: Append gopls to pkg_go
|
||||||
notify:
|
|
||||||
- Depend go
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_go: "{{ pkg_go + ['golang.org/x/tools/gopls@latest'] }}"
|
pkg_go: "{{ pkg_go + ['golang.org/x/tools/gopls@latest'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -13,9 +13,6 @@
|
|||||||
- name: Append gping to pkg_cargo
|
- name: Append gping to pkg_cargo
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
# notify:
|
|
||||||
# - Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_cargo: "{{ pkg_cargo + ['gping'] }}"
|
pkg_cargo: "{{ pkg_cargo + ['gping'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -7,9 +7,6 @@
|
|||||||
- name: Append heroic to pkg_flatpak
|
- name: Append heroic to pkg_flatpak
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
notify:
|
|
||||||
- Depend flatpak
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_flatpak: "{{ pkg_flatpak + ['com.heroicgameslauncher.hgl'] }}"
|
pkg_flatpak: "{{ pkg_flatpak + ['com.heroicgameslauncher.hgl'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- htmlls_configured is undefined
|
- htmlls_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append vscode-langservers-extracted to pkg_npm
|
- name: Append vscode-langservers-extracted to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['vscode-langservers-extracted'] }}"
|
pkg_npm: "{{ pkg_npm + ['vscode-langservers-extracted'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,6 @@
|
|||||||
- name: Append httpie to pkg_flatpak
|
- name: Append httpie to pkg_flatpak
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
notify:
|
|
||||||
- Depend flatpak
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_flatpak: "{{ pkg_flatpak + [httpie.pkg] }}"
|
pkg_flatpak: "{{ pkg_flatpak + [httpie.pkg] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- intelephense_configured is undefined
|
- intelephense_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append intelephense to pkg_npm
|
- name: Append intelephense to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['intelephense'] }}"
|
pkg_npm: "{{ pkg_npm + ['intelephense'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- jsonls_configured is undefined
|
- jsonls_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append vscode-langservers-extracted to pkg_npm
|
- name: Append vscode-langservers-extracted to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['vscode-langservers-extracted'] }}"
|
pkg_npm: "{{ pkg_npm + ['vscode-langservers-extracted'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- lazygit_configured is undefined
|
- lazygit_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append lazygit to pkg_go
|
- name: Append lazygit to pkg_go
|
||||||
notify:
|
|
||||||
- Depend go
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_go: "{{ pkg_go + ['github.com/jesseduffield/lazygit@latest'] }}"
|
pkg_go: "{{ pkg_go + ['github.com/jesseduffield/lazygit@latest'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,6 @@
|
|||||||
- name: Append mcfly to pkg_cargo
|
- name: Append mcfly to pkg_cargo
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
# notify: Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_cargo: "{{ pkg_cargo + ['mcfly'] }}"
|
pkg_cargo: "{{ pkg_cargo + ['mcfly'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -17,9 +17,6 @@
|
|||||||
pkg_sys: "{{ pkg_sys + neovide.deps }}"
|
pkg_sys: "{{ pkg_sys + neovide.deps }}"
|
||||||
|
|
||||||
- name: Append neovide to pkg_cargo
|
- name: Append neovide to pkg_cargo
|
||||||
# notify:
|
|
||||||
# - Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_cargo: "{{ pkg_cargo + [neovide] }}"
|
pkg_cargo: "{{ pkg_cargo + [neovide] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -12,9 +12,6 @@
|
|||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
- nextcloud.method == 'flatpak'
|
- nextcloud.method == 'flatpak'
|
||||||
notify:
|
|
||||||
- Depend flatpak
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_flatpak: "{{ pkg_flatpak + [nextcloud] }}"
|
pkg_flatpak: "{{ pkg_flatpak + [nextcloud] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- nginxls_configured is undefined
|
- nginxls_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append nginx-language-server to pkg_pipx
|
- name: Append nginx-language-server to pkg_pipx
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_pipx: "{{ pkg_pipx + ['nginx-language-server'] }}"
|
pkg_pipx: "{{ pkg_pipx + ['nginx-language-server'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,6 @@
|
|||||||
- name: Append pgadmin to pkg_flatpak
|
- name: Append pgadmin to pkg_flatpak
|
||||||
when:
|
when:
|
||||||
- pgadmin.method == 'flatpak'
|
- pgadmin.method == 'flatpak'
|
||||||
notify:
|
|
||||||
- Depend flatpak
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_flatpak: "{{ pkg_flatpak + [pgadmin.flatpak] }}"
|
pkg_flatpak: "{{ pkg_flatpak + [pgadmin.flatpak] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- pyright_configured is undefined
|
- pyright_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append pyright to pkg_pipx
|
- name: Append pyright to pkg_pipx
|
||||||
notify:
|
|
||||||
- Depend pipx
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_pipx: "{{ pkg_pipx + ['pyright'] }}"
|
pkg_pipx: "{{ pkg_pipx + ['pyright'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- revive_configured is undefined
|
- revive_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append revive to pkg_go
|
- name: Append revive to pkg_go
|
||||||
notify:
|
|
||||||
- Depend go
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_go: "{{ pkg_go + ['github.com/mgechev/revive@latest'] }}"
|
pkg_go: "{{ pkg_go + ['github.com/mgechev/revive@latest'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -13,9 +13,6 @@
|
|||||||
- name: Append sd to pkg_cargo
|
- name: Append sd to pkg_cargo
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
# notify:
|
|
||||||
# - Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_cargo: "{{ pkg_cargo + ['sd'] }}"
|
pkg_cargo: "{{ pkg_cargo + ['sd'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- sqlfluff_configured is undefined
|
- sqlfluff_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append sqlfluff to pkg_pipx
|
- name: Append sqlfluff to pkg_pipx
|
||||||
notify:
|
|
||||||
- Depend pipx
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_pipx: "{{ pkg_pipx + ['sqlfluff'] }}"
|
pkg_pipx: "{{ pkg_pipx + ['sqlfluff'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- sqlls_configured is undefined
|
- sqlls_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append sql-language-server to pkg_npm
|
- name: Append sql-language-server to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['sql-language-server'] }}"
|
pkg_npm: "{{ pkg_npm + ['sql-language-server'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- starship_configured is undefined
|
- starship_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append starship to pkg_cargo
|
- name: Append starship to pkg_cargo
|
||||||
# notify:
|
|
||||||
# - Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_cargo: "{{ pkg_cargo + [{'name': 'starship', 'locked': true}] }}"
|
pkg_cargo: "{{ pkg_cargo + [{'name': 'starship', 'locked': true}] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- templ_configured is undefined
|
- templ_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append templ to pkg_go
|
- name: Append templ to pkg_go
|
||||||
notify:
|
|
||||||
- Depend go
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_go: "{{ pkg_go + ['github.com/a-h/templ/cmd/templ@latest'] }}"
|
pkg_go: "{{ pkg_go + ['github.com/a-h/templ/cmd/templ@latest'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,6 @@
|
|||||||
- name: Append tldr to pkg_cargo
|
- name: Append tldr to pkg_cargo
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
# notify: Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_cargo: "{{ pkg_cargo + ['tlrc'] }}"
|
pkg_cargo: "{{ pkg_cargo + ['tlrc'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,6 @@
|
|||||||
- name: Add xh to cargopkgs
|
- name: Add xh to cargopkgs
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
# notify: Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_cargo: "{{ pkg_cargo + [xh] }}"
|
pkg_cargo: "{{ pkg_cargo + [xh] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- yamlls_configured is undefined
|
- yamlls_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append yaml-language-server to pkg_npm
|
- name: Append yaml-language-server to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['yaml-language-server'] }}"
|
pkg_npm: "{{ pkg_npm + ['yaml-language-server'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -3,9 +3,6 @@
|
|||||||
- name: Install for Linux via flatpak
|
- name: Install for Linux via flatpak
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
notify:
|
|
||||||
- Depend flatpak
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_flatpak: "{{ pkg_flatpak + ['app.zen_browser.zen'] }}"
|
pkg_flatpak: "{{ pkg_flatpak + ['app.zen_browser.zen'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -9,9 +9,6 @@
|
|||||||
file: config/zls.yml
|
file: config/zls.yml
|
||||||
|
|
||||||
- name: Append zls to pkg_archive
|
- name: Append zls to pkg_archive
|
||||||
notify:
|
|
||||||
- Depend zig
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_archive: "{{ pkg_archive + ['zls'] }}"
|
pkg_archive: "{{ pkg_archive + ['zls'] }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user