Skip to content

Commit

Permalink
[#188360028] Silence AnsibleLint on no-handler
Browse files Browse the repository at this point in the history
  • Loading branch information
eifelmicha committed Oct 8, 2024
1 parent 527f1c6 commit c843c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
with_items: "{{ _ops_tools.apt_repos | default([]) }}"
register: new_ppas

- name: Update APT Cache
- name: Update APT Cache # noqa: no-handler
ansible.builtin.apt:
update_cache: yes
when: new_keys_by_url is changed or new_keys_by_id is changed or new_repos is changed or new_ppas is changed or new_credentials is changed
Expand Down

0 comments on commit c843c21

Please sign in to comment.