Skip to content

Commit

Permalink
Cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Oct 18, 2024
1 parent 5d84878 commit 889ed9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
- apt-file
- apt-file-install

- name: run apt-file update (once)
- name: run apt-file update (once) # noqa no-changed-when

Check warning on line 15 in tasks/main.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.

Check warning on line 15 in tasks/main.yml

View workflow job for this annotation

GitHub Actions / Lint

no-handler

Tasks that run when changed should likely be handlers.
ansible.builtin.shell: >
{{ apt_file_update_job }}
when: _result is changed
changed_when: true
tags:
- configuration
- apt-file
Expand Down

0 comments on commit 889ed9d

Please sign in to comment.