Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 28, 2024
1 parent a404829 commit 6b8e2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
- apt
- apt-update
block:
- name: update
- name: update | on configuration change

Check warning on line 81 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:
update_cache: true
cache_valid_time: 0
Expand All @@ -88,7 +88,7 @@
or (_update_config_3 is defined and (_update_config_3.changed))
or (_update_config_4 is defined and (_update_config_4.changed))

- name: update
- name: update | on cache invalidation
ansible.builtin.apt:
update_cache: true
cache_valid_time: "{{ apt_update_cache_valid_time }}"
Expand Down

0 comments on commit 6b8e2e2

Please sign in to comment.