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
|
- commitlint_cli_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append commitlint/cli to pkg_npm
|
- name: Append commitlint/cli to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['@commitlint/cli'] }}"
|
pkg_npm: "{{ pkg_npm + ['@commitlint/cli'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- dotenv_linter_configured is undefined
|
- dotenv_linter_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append dotenv-linter to pkg_cargo
|
- name: Append dotenv-linter to pkg_cargo
|
||||||
# notify:
|
|
||||||
# - Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_cargo: "{{ pkg_cargo + ['dotenv-linter'] }}"
|
pkg_cargo: "{{ pkg_cargo + ['dotenv-linter'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,6 @@
|
|||||||
- htmx_lsp_configured is undefined
|
- htmx_lsp_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append htmx-lsp to pkg_cargo
|
- name: Append htmx-lsp to pkg_cargo
|
||||||
# notify: Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_cargo: "{{ pkg_cargo + ['htmx-lsp'] }}"
|
pkg_cargo: "{{ pkg_cargo + ['htmx-lsp'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- jinja_lsp_configured is undefined
|
- jinja_lsp_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append jinja-lsp to pkg_cargo
|
- name: Append jinja-lsp to pkg_cargo
|
||||||
# notify:
|
|
||||||
# - Depend cargo
|
|
||||||
# changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_cargo: "{{ pkg_cargo + ['jinja-lsp'] }}"
|
pkg_cargo: "{{ pkg_cargo + ['jinja-lsp'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- markdownlint_cli_configured is undefined
|
- markdownlint_cli_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append markdownlint-cli to pkg_npm
|
- name: Append markdownlint-cli to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['markdownlint-cli'] }}"
|
pkg_npm: "{{ pkg_npm + ['markdownlint-cli'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- quobix_vacuum_configured is undefined
|
- quobix_vacuum_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Append quobix/vacuum to pkg_npm
|
- name: Append quobix/vacuum to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['@quobix/vacuum'] }}"
|
pkg_npm: "{{ pkg_npm + ['@quobix/vacuum'] }}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
- tailwindcss_languageserver_configured is undefined
|
- tailwindcss_languageserver_configured is undefined
|
||||||
block:
|
block:
|
||||||
- name: Add tailwindcss/language-server to pkg_npm
|
- name: Add tailwindcss/language-server to pkg_npm
|
||||||
notify:
|
|
||||||
- Depend node
|
|
||||||
changed_when: true
|
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_npm: "{{ pkg_npm + ['@tailwindcss/language-server'] }}"
|
pkg_npm: "{{ pkg_npm + ['@tailwindcss/language-server'] }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user