Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 7, 2024
1 parent 75552b3 commit f4059fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
- nodejs-npm
- nodejs-npm-install
block:
- name: debug # noqa command-instead-of-module

Check warning on line 53 in tasks/main.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.

Check failure on line 53 in tasks/main.yml

View workflow job for this annotation

GitHub Actions / Lint

no-changed-when

Commands should not change things if nothing needs doing.
ansible.builtin.shell: >
whereis npm
- name: install node.js packages (specific version)

Check warning on line 57 in tasks/main.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.
community.general.npm:
name: "{{ item.name }}"
Expand Down

0 comments on commit f4059fa

Please sign in to comment.