Skip to content

Commit

Permalink
Add missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 5, 2024
1 parent 552ff73 commit e7d0efc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
- not netbeans_ide_assume_java_provided
- ansible_distribution == 'Ubuntu'
- ansible_distribution_major_version is version('18', '>=')
tags:
- configuration
- netbeans-ide
- netbeans-ide-dependencies
- netbeans-ide-dependencies-java

- name: install dependencies (java)

Check warning on line 19 in tasks/main.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.
ansible.builtin.apt:
Expand Down

0 comments on commit e7d0efc

Please sign in to comment.