From c843c211e91e5d5bf83212ca76b96fdf5eacdb5a Mon Sep 17 00:00:00 2001 From: Michael Schmitz Date: Tue, 8 Oct 2024 10:20:38 +0200 Subject: [PATCH] [#188360028] Silence AnsibleLint on no-handler --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index a5b8560..06a3e5c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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