remove unneeded notifys

Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
Matthew Stobbs
2025-05-12 12:26:35 -06:00
parent 0eb7361c65
commit ef8452eb0e
48 changed files with 0 additions and 141 deletions

View File

@@ -5,9 +5,6 @@
- air_configured is undefined
block:
- name: Append air to pkg_go
notify:
- Depend go
changed_when: true
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/air-verse/air@latest'] }}"

View File

@@ -11,9 +11,6 @@
- name: Append alacritty to pkg_cargo
when:
- alacritty.method == 'cargo'
# notify:
# - Depend cargo
# changed_when: true
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + alacritty.build_deps }}"
pkg_cargo: "{{ pkg_cargo + [alacritty.cargo] }}"

View File

@@ -5,9 +5,6 @@
- ansible_ls_configured is undefined
block:
- name: Append ansible-language-server to pkg_npm
notify:
- Depend node
changed_when: true
ansible.builtin.set_fact:
pkg_npm: "{{ pkg_npm + ['@ansible/ansible-language-server'] }}"

View File

@@ -5,9 +5,6 @@
- bashls_configured is undefined
block:
- name: Append bash-language-server to pkg_npm
notify:
- Depend node
changed_when: true
ansible.builtin.set_fact:
pkg_npm: "{{ pkg_npm + ['bash-language-server'] }}"

View File

@@ -11,9 +11,6 @@
- name: Append bitwarden to pkg_flatpak
when:
- bitwarden.method == 'flatpak'
notify:
- Depend flatpak
changed_when: true
ansible.builtin.set_fact:
pkg_flatpak: "{{ pkg_flatpak + [bitwarden.pkg] }}"

View File

@@ -11,9 +11,6 @@
- name: Append broot to pkg_sys and pkg_cargo
when:
- ansible_system == 'Linux'
# notify:
# - Depend cargo
# changed_when: true
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + broot.deps }}"
pkg_cargo: "{{ pkg_cargo + [broot] }}"

View File

@@ -5,9 +5,6 @@
- buf_configured is undefined
block:
- name: Append buf to pkg_go
notify:
- Depend go
changed_when: true
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/bufbuild/buf/cmd/buf@latest'] }}"

View File

@@ -5,9 +5,6 @@
- bufls_configured is undefined
block:
- name: Append bufls to pkg_go
notify:
- Depend go
changed_when: true
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/bufbuild/buf-language-server/cmd/bufls@latest'] }}"

View File

@@ -5,9 +5,6 @@
- cheat_configured is undefined
block:
- name: Append cheat to pkg_go
notify:
- Depend go
changed_when: true
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/cheat/cheat/cmd/cheat@latest'] }}"

View File

@@ -5,9 +5,6 @@
- checkmake_configured is undefined
block:
- name: Add checkmake to pkg_go
notify:
- Depend go
changed_when: true
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/mrtazz/checkmake/cmd/checkmake@latest'] }}"

View File

@@ -11,9 +11,6 @@
- name: Append choose to pkg_cargo
when:
- ansible_system == 'Linux'
# notify:
# - Depend cargo
# changed_when: true
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + [choose] }}"

View File

@@ -5,9 +5,6 @@
- cmakelang_configured is undefined
block:
- name: Add cmakelang to pkg_pipx
notify:
- Depend pipx
changed_when: true
ansible.builtin.set_fact:
pkg_pipx: "{{ pkg_pipx + ['cmakelang'] }}"

View File

@@ -5,9 +5,6 @@
- cssls_configured is undefined
block:
- name: Append vscode-langservers-extracted to pkg_npm
notify:
- Depend node
changed_when: true
ansible.builtin.set_fact:
pkg_npm: "{{ pkg_npm + ['vscode-langservers-extracted'] }}"

View File

@@ -5,9 +5,6 @@
- curlie_configured is undefined
block:
- name: Append curlie to pkg_go
notify:
- Depend go
changed_when: true
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/rs/curlie@latest'] }}"

View File

@@ -7,9 +7,6 @@
- name: Append dbeaver to pkg_flatpak
when:
- ansible_system == 'Linux'
notify:
- Depend flatpak
changed_when: true
ansible.builtin.set_fact:
pkg_flatpak: "{{ pkg_flatpak + ['io.dbeaver.DBeaverCommunity'] }}"

View File

@@ -5,9 +5,6 @@
- dockerls_configured is undefined
block:
- name: Append dockerfile-language-server-nodejs to pkg_npm
notify:
- Depend node
changed_when: true
ansible.builtin.set_fact:
pkg_npm: "{{ pkg_npm + ['dockerfile-language-server-nodejs'] }}"

View File

@@ -5,9 +5,6 @@
- duf_configured is undefined
block:
- name: Append duf to pkg_go
notify:
- Depend go
changed_when: true
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/muesli/duf@latest'] }}"

View File

@@ -7,9 +7,6 @@
- name: Append du-dust to pkg_cargo
when:
- ansible_system == 'Linux'
# notify:
# - Depend cargo
# changed_when: true
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + ['du-dust'] }}"

View File

@@ -5,9 +5,6 @@
- eslint_configured is undefined
block:
- name: Append vscode-langservers-extracted to pkg_npm
notify:
- Depend node
changed_when: true
ansible.builtin.set_fact:
pkg_npm: "{{ pkg_npm + ['vscode-langservers-extracted'] }}"

View File

@@ -5,9 +5,6 @@
- eza_configured is undefined
block:
- name: Append eza to pkg_cargo
# notify:
# - Depend cargo
# changed_when: true
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + ['eza'] }}"

View File

@@ -11,9 +11,6 @@
- name: Append ghostty to pkg_src
when:
- ghostty.method == 'src'
notify:
- Depend zig
changed_when: true
ansible.builtin.set_fact:
pkg_src: "{{ pkg_src + ghostty.pkg }}"
pkg_sys: "{{ pkg_sys + ghostty.build_deps }}"

View File

@@ -5,9 +5,6 @@
- glow_configured is undefined
block:
- name: Append glow to pkg_go
notify:
- Depend go
changed_when: true
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/charmbracelet/glow@latest'] }}"

View File

@@ -7,9 +7,6 @@
- name: Append godot to pkg_flatpak
when:
- ansible_system == 'Linux'
notify:
- Depend flatpak
changed_when: true
ansible.builtin.set_fact:
pkg_flatpak: "{{ pkg_flatpak + ['org.godotengine.Godot'] }}"

View File

@@ -5,9 +5,6 @@
- gopls_configured is undefined
block:
- name: Append gopls to pkg_go
notify:
- Depend go
changed_when: true
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['golang.org/x/tools/gopls@latest'] }}"

View File

@@ -13,9 +13,6 @@
- name: Append gping to pkg_cargo
when:
- ansible_system == 'Linux'
# notify:
# - Depend cargo
# changed_when: true
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + ['gping'] }}"

View File

@@ -7,9 +7,6 @@
- name: Append heroic to pkg_flatpak
when:
- ansible_system == 'Linux'
notify:
- Depend flatpak
changed_when: true
ansible.builtin.set_fact:
pkg_flatpak: "{{ pkg_flatpak + ['com.heroicgameslauncher.hgl'] }}"

View File

@@ -5,9 +5,6 @@
- htmlls_configured is undefined
block:
- name: Append vscode-langservers-extracted to pkg_npm
notify:
- Depend node
changed_when: true
ansible.builtin.set_fact:
pkg_npm: "{{ pkg_npm + ['vscode-langservers-extracted'] }}"

View File

@@ -11,9 +11,6 @@
- name: Append httpie to pkg_flatpak
when:
- ansible_system == 'Linux'
notify:
- Depend flatpak
changed_when: true
ansible.builtin.set_fact:
pkg_flatpak: "{{ pkg_flatpak + [httpie.pkg] }}"

View File

@@ -5,9 +5,6 @@
- intelephense_configured is undefined
block:
- name: Append intelephense to pkg_npm
notify:
- Depend node
changed_when: true
ansible.builtin.set_fact:
pkg_npm: "{{ pkg_npm + ['intelephense'] }}"

View File

@@ -5,9 +5,6 @@
- jsonls_configured is undefined
block:
- name: Append vscode-langservers-extracted to pkg_npm
notify:
- Depend node
changed_when: true
ansible.builtin.set_fact:
pkg_npm: "{{ pkg_npm + ['vscode-langservers-extracted'] }}"

View File

@@ -5,9 +5,6 @@
- lazygit_configured is undefined
block:
- name: Append lazygit to pkg_go
notify:
- Depend go
changed_when: true
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/jesseduffield/lazygit@latest'] }}"

View File

@@ -13,8 +13,6 @@
- name: Append mcfly to pkg_cargo
when:
- ansible_system == 'Linux'
# notify: Depend cargo
# changed_when: true
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + ['mcfly'] }}"

View File

@@ -17,9 +17,6 @@
pkg_sys: "{{ pkg_sys + neovide.deps }}"
- name: Append neovide to pkg_cargo
# notify:
# - Depend cargo
# changed_when: true
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + [neovide] }}"

View File

@@ -12,9 +12,6 @@
when:
- ansible_system == 'Linux'
- nextcloud.method == 'flatpak'
notify:
- Depend flatpak
changed_when: true
ansible.builtin.set_fact:
pkg_flatpak: "{{ pkg_flatpak + [nextcloud] }}"

View File

@@ -5,9 +5,6 @@
- nginxls_configured is undefined
block:
- name: Append nginx-language-server to pkg_pipx
notify:
- Depend node
changed_when: true
ansible.builtin.set_fact:
pkg_pipx: "{{ pkg_pipx + ['nginx-language-server'] }}"

View File

@@ -11,9 +11,6 @@
- name: Append pgadmin to pkg_flatpak
when:
- pgadmin.method == 'flatpak'
notify:
- Depend flatpak
changed_when: true
ansible.builtin.set_fact:
pkg_flatpak: "{{ pkg_flatpak + [pgadmin.flatpak] }}"

View File

@@ -5,9 +5,6 @@
- pyright_configured is undefined
block:
- name: Append pyright to pkg_pipx
notify:
- Depend pipx
changed_when: true
ansible.builtin.set_fact:
pkg_pipx: "{{ pkg_pipx + ['pyright'] }}"

View File

@@ -5,9 +5,6 @@
- revive_configured is undefined
block:
- name: Append revive to pkg_go
notify:
- Depend go
changed_when: true
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/mgechev/revive@latest'] }}"

View File

@@ -13,9 +13,6 @@
- name: Append sd to pkg_cargo
when:
- ansible_system == 'Linux'
# notify:
# - Depend cargo
# changed_when: true
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + ['sd'] }}"

View File

@@ -5,9 +5,6 @@
- sqlfluff_configured is undefined
block:
- name: Append sqlfluff to pkg_pipx
notify:
- Depend pipx
changed_when: true
ansible.builtin.set_fact:
pkg_pipx: "{{ pkg_pipx + ['sqlfluff'] }}"

View File

@@ -5,9 +5,6 @@
- sqlls_configured is undefined
block:
- name: Append sql-language-server to pkg_npm
notify:
- Depend node
changed_when: true
ansible.builtin.set_fact:
pkg_npm: "{{ pkg_npm + ['sql-language-server'] }}"

View File

@@ -5,9 +5,6 @@
- starship_configured is undefined
block:
- name: Append starship to pkg_cargo
# notify:
# - Depend cargo
# changed_when: true
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + [{'name': 'starship', 'locked': true}] }}"

View File

@@ -5,9 +5,6 @@
- templ_configured is undefined
block:
- name: Append templ to pkg_go
notify:
- Depend go
changed_when: true
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/a-h/templ/cmd/templ@latest'] }}"

View File

@@ -13,8 +13,6 @@
- name: Append tldr to pkg_cargo
when:
- ansible_system == 'Linux'
# notify: Depend cargo
# changed_when: true
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + ['tlrc'] }}"

View File

@@ -17,8 +17,6 @@
- name: Add xh to cargopkgs
when:
- ansible_system == 'Linux'
# notify: Depend cargo
# changed_when: true
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + [xh] }}"

View File

@@ -5,9 +5,6 @@
- yamlls_configured is undefined
block:
- name: Append yaml-language-server to pkg_npm
notify:
- Depend node
changed_when: true
ansible.builtin.set_fact:
pkg_npm: "{{ pkg_npm + ['yaml-language-server'] }}"

View File

@@ -3,9 +3,6 @@
- name: Install for Linux via flatpak
when:
- ansible_system == 'Linux'
notify:
- Depend flatpak
changed_when: true
ansible.builtin.set_fact:
pkg_flatpak: "{{ pkg_flatpak + ['app.zen_browser.zen'] }}"

View File

@@ -9,9 +9,6 @@
file: config/zls.yml
- name: Append zls to pkg_archive
notify:
- Depend zig
changed_when: true
ansible.builtin.set_fact:
pkg_archive: "{{ pkg_archive + ['zls'] }}"