remove more notifys'
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
- commitlint_cli_configured is undefined
|
||||
block:
|
||||
- name: Append commitlint/cli to pkg_npm
|
||||
notify:
|
||||
- Depend node
|
||||
changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_npm: "{{ pkg_npm + ['@commitlint/cli'] }}"
|
||||
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
- dotenv_linter_configured is undefined
|
||||
block:
|
||||
- name: Append dotenv-linter to pkg_cargo
|
||||
# notify:
|
||||
# - Depend cargo
|
||||
# changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_cargo: "{{ pkg_cargo + ['dotenv-linter'] }}"
|
||||
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
- htmx_lsp_configured is undefined
|
||||
block:
|
||||
- name: Append htmx-lsp to pkg_cargo
|
||||
# notify: Depend cargo
|
||||
# changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_cargo: "{{ pkg_cargo + ['htmx-lsp'] }}"
|
||||
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
- jinja_lsp_configured is undefined
|
||||
block:
|
||||
- name: Append jinja-lsp to pkg_cargo
|
||||
# notify:
|
||||
# - Depend cargo
|
||||
# changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_cargo: "{{ pkg_cargo + ['jinja-lsp'] }}"
|
||||
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
- markdownlint_cli_configured is undefined
|
||||
block:
|
||||
- name: Append markdownlint-cli to pkg_npm
|
||||
notify:
|
||||
- Depend node
|
||||
changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_npm: "{{ pkg_npm + ['markdownlint-cli'] }}"
|
||||
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
- quobix_vacuum_configured is undefined
|
||||
block:
|
||||
- name: Append quobix/vacuum to pkg_npm
|
||||
notify:
|
||||
- Depend node
|
||||
changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_npm: "{{ pkg_npm + ['@quobix/vacuum'] }}"
|
||||
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
- tailwindcss_languageserver_configured is undefined
|
||||
block:
|
||||
- name: Add tailwindcss/language-server to pkg_npm
|
||||
notify:
|
||||
- Depend node
|
||||
changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_npm: "{{ pkg_npm + ['@tailwindcss/language-server'] }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user